1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00

flk: don't set out path for nix build

./result is more obvious for users who've used nix build and then we
don't have to worry about file extensions, its already a folder with the
right files.
This commit is contained in:
Pacman99 2021-06-14 18:39:52 -07:00 committed by Parthiv Seetharaman
parent 2eab4b0c88
commit 1fb87138c7

View File

@ -77,8 +77,6 @@ case "$1" in
"build")
nix build \
"$DEVSHELL_ROOT#nixosConfigurations.$2.config.system.build.$3" \
-o \
"$DEVSHELL_ROOT/builds/$2/$3" \
"${@:4}"
;;