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

8 lines
218 B
YAML

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