add build manifests
This commit is contained in:
5
.builds/freun-dev.yml
Normal file
5
.builds/freun-dev.yml
Normal 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
.builds/radish.yml
Normal file
5
.builds/radish.yml
Normal 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'
|
||||||
Reference in New Issue
Block a user