Fix just build-iso command

This commit is contained in:
SebastianStork 2024-09-06 17:50:57 +02:00
parent 188a9b4e24
commit 285367da58
4 changed files with 1 additions and 44 deletions

View file

@ -30,4 +30,4 @@ dev shell='default':
nix develop .#{{ shell }} --command zsh
build-iso:
nix build .#nixosConfigurations.installer.config.formats.iso -o result
nix run nixpkgs#nixos-generators -- --format iso --flake .#installer -o result