Files
nixos/.builds/radish.yml
Joakim Repomaa 908b26449d dry run in ci
2025-02-02 18:56:46 +02:00

8 lines
215 B
YAML

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'