add build manifests

This commit is contained in:
Joakim Repomaa
2025-01-29 14:09:51 +02:00
parent 1241c82bd7
commit 7d005ea27d
2 changed files with 10 additions and 0 deletions

5
.builds/freun-dev.yml Normal file
View File

@@ -0,0 +1,5 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
tasks:
- build: nix build '.#nixosConfigurations.freun-dev.config.system.build.toplevel'