Files
nixos/.builds/freun-dev.yml
Joakim Repomaa 079f6518ae fix build
2025-01-29 14:21:31 +02:00

8 lines
208 B
YAML

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