summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-19 11:57:36 -0800
committerBen Sima <ben@bsima.me>2019-02-19 11:57:52 -0800
commita6044e5368b85597a21ae11b336eec6ff52c9f69 (patch)
tree98e40f3aeaad62a0cd0071b9203512b1178c27bb /.builds
parentbefe35a54a3b695f06e0da17788a8f7e3f445339 (diff)
Add nix channels to build server
Diffstat (limited to '.builds')
-rw-r--r--.builds/nixos-18.09.yml2
-rw-r--r--.builds/nixos-unstable.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.builds/nixos-18.09.yml b/.builds/nixos-18.09.yml
index 3c75ab9..ff72a67 100644
--- a/.builds/nixos-18.09.yml
+++ b/.builds/nixos-18.09.yml
@@ -1,4 +1,6 @@
image: nixos/18.09
+repositories:
+ nixpkgs: https://nixos.org/channels/nixpkgs-18.09
sources:
- https://git.sr.ht/~ben/biz
tasks:
diff --git a/.builds/nixos-unstable.yml b/.builds/nixos-unstable.yml
index d9be6d9..1d55b64 100644
--- a/.builds/nixos-unstable.yml
+++ b/.builds/nixos-unstable.yml
@@ -1,4 +1,6 @@
image: nixos/unstable
+repositories:
+ nixpkgs: https://nixos.org/channels/nixpkgs-unstable
sources:
- https://git.sr.ht/~ben/biz
tasks: