feat: add a just setup command for setting up nix (#48)
* feat: add nix install script from bluefin / dnkmmr * feat: add nix-me-up just cmd from bluefin * feat: just update nix if installed * feat: add nix-app-icons.sh enables desktop icon support by adding to XDG_DATA_DIRS * chore: remove nix update for now this will be added in a later PR
This commit is contained in:
@@ -10,8 +10,7 @@ ARG RECIPE
|
||||
# and /etc/ is for editing by the local admin
|
||||
# see issue #28 (https://github.com/ublue-os/startingpoint/issues/28)
|
||||
COPY etc /usr/etc
|
||||
# uncomment below line if you need to put config files in /usr/
|
||||
# COPY usr /usr
|
||||
COPY usr /usr
|
||||
|
||||
# copy scripts
|
||||
RUN mkdir /tmp/scripts
|
||||
|
||||
Reference in New Issue
Block a user