blob: 1d55b642caca3f5408aa3f1f84d0419ed13a3c43 (
plain)
1
2
3
4
5
6
7
8
9
|
image: nixos/unstable
repositories:
nixpkgs: https://nixos.org/channels/nixpkgs-unstable
sources:
- https://git.sr.ht/~ben/biz
tasks:
- build-system: |
cd ./biz
nix-build --attr system ./nixos.nix
|