dry run in ci

This commit is contained in:
Joakim Repomaa
2025-02-02 18:56:46 +02:00
parent 636326f00f
commit 908b26449d
3 changed files with 9 additions and 2 deletions

View File

@@ -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'

View File

@@ -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
View 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'