ez package build test shortcut

This commit is contained in:
TheK0tYaRa 2026-03-12 02:52:13 +02:00
parent c925554410
commit 9989672f2f

View file

@ -19,6 +19,10 @@
build.exec = '' build.exec = ''
nixos-rebuild switch --sudo --flake '.#' $@ nixos-rebuild switch --sudo --flake '.#' $@
''; '';
#
nix-build.exec = ''
NIXPKGS_ALLOW_UNFREE=1 nix build $1 -L --no-link --impure
'';
}; };
# https://devenv.sh/basics/ # https://devenv.sh/basics/