add apu configuration

This commit is contained in:
Joakim Repomaa
2025-02-02 18:39:51 +02:00
parent 94d9a45a38
commit 89474fb479
5 changed files with 372 additions and 0 deletions

7
.builds/apu.yml Normal file
View File

@@ -0,0 +1,7 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: |
cd NixOS
nix build '.#nixosConfigurations.apu.config.system.build.toplevel'