Files
nixos/.builds/freun-dev.yml
2025-07-03 13:33:07 +03:00

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'