add build manifests

This commit is contained in:
Joakim Repomaa
2025-01-29 14:13:25 +02:00
parent 1241c82bd7
commit 7d005ea27d
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
+5
View File
@@ -0,0 +1,5 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: nix build '.#nixosConfigurations.radish.config.system.build.toplevel'