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

8 lines
212 B
YAML

image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: |
cd NixOS
nix build --dry-run '.#nixosConfigurations.apu.config.system.build.toplevel'