10 lines
252 B
YAML
10 lines
252 B
YAML
image: nixos/unstable
|
|
environment:
|
|
NIX_CONFIG: |
|
|
experimental-features = nix-command flakes
|
|
extra-platforms = aarch64
|
|
tasks:
|
|
- build: |
|
|
cd NixOS
|
|
nix build --dry-run '.#nixosConfigurations.freun-dev.config.system.build.toplevel'
|