ez package build test shortcut
This commit is contained in:
parent
c925554410
commit
9989672f2f
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@
|
|||
build.exec = ''
|
||||
nixos-rebuild switch --sudo --flake '.#' $@
|
||||
'';
|
||||
#
|
||||
nix-build.exec = ''
|
||||
NIXPKGS_ALLOW_UNFREE=1 nix build $1 -L --no-link --impure
|
||||
'';
|
||||
};
|
||||
|
||||
# https://devenv.sh/basics/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue