6 lines
185 B
YAML
6 lines
185 B
YAML
image: nixos/unstable
|
|
environment:
|
|
NIX_CONFIG: "experimental-features = nix-command flakes"
|
|
tasks:
|
|
- build: nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|