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

8 lines
205 B
YAML

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