mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Fix up justfile.. again
This commit is contained in:
7
Justfile
7
Justfile
@@ -1,3 +1,5 @@
|
|||||||
|
default: switch build-laptop upload clean
|
||||||
|
|
||||||
vm-desktop:
|
vm-desktop:
|
||||||
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
|
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
|
||||||
./result/bin/run-epiquev2-vm
|
./result/bin/run-epiquev2-vm
|
||||||
@@ -6,9 +8,8 @@ vm-laptop:
|
|||||||
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
|
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
|
||||||
./result/bin/run-dalaptop-vm
|
./result/bin/run-dalaptop-vm
|
||||||
|
|
||||||
build:
|
build-laptop:
|
||||||
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
|
nix build .#nixosConfigurations.dalaptop.config.system.build.toplevel
|
||||||
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
|
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
attic push my-config /run/current-system
|
attic push my-config /run/current-system
|
||||||
|
|||||||
Reference in New Issue
Block a user