dry run in ci
This commit is contained in:
@@ -4,4 +4,4 @@ environment:
|
|||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd NixOS
|
cd NixOS
|
||||||
nix build '.#nixosConfigurations.apu.config.system.build.toplevel'
|
nix build --dry-run '.#nixosConfigurations.apu.config.system.build.toplevel'
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ environment:
|
|||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd NixOS
|
cd NixOS
|
||||||
nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|
nix build --dry-run '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|
||||||
|
|||||||
7
.builds/radish.yml
Normal file
7
.builds/radish.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
image: nixos/unstable
|
||||||
|
environment:
|
||||||
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd NixOS
|
||||||
|
nix build --dry-run '.#nixosConfigurations.radish.config.system.build.toplevel'
|
||||||
Reference in New Issue
Block a user