Gitignore : Add live image build.

This commit is contained in:
Dmitry Voronin 2024-04-27 00:02:00 +03:00
parent 21525c102b
commit eac8437edb
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/live

View file

@ -19,7 +19,7 @@ update:
.PHONY: live .PHONY: live
live: check live: check
nix build $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage nix build -o live $(options) $(flake)#nixosConfigurations.live.config.system.build.isoImage
.PHONY: android .PHONY: android
android: android: