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