fix freun-dev CI build

This commit is contained in:
Joakim Repomaa
2025-07-03 13:33:07 +03:00
parent 6e2f424384
commit 7f3d6f79d2

View File

@@ -1,6 +1,8 @@
image: nixos/unstable image: nixos/unstable
environment: environment:
NIX_CONFIG: "experimental-features = nix-command flakes" NIX_CONFIG: |
experimental-features = nix-command flakes
extra-platforms = aarch64
tasks: tasks:
- build: | - build: |
cd NixOS cd NixOS