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

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'