aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorVincent Laporte2019-03-15 13:30:34 +0000
committerVincent Laporte2019-03-18 08:56:10 +0000
commitb159fc36aa38bbe1ce3d87d96adffe161baf8662 (patch)
tree2bf22055392d0480902e7e5e09e7a914e5b77c05 /dev/ci
parent2a4d0627e61ce9261d891b5199c2463c5b62ee4f (diff)
[nix-ci] Share the reference to nixpkgs with default.nix
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/nix/default.nix b/dev/ci/nix/default.nix
index 94e0a666e2..992a246863 100644
--- a/dev/ci/nix/default.nix
+++ b/dev/ci/nix/default.nix
@@ -1,4 +1,4 @@
-{ pkgs ? import <nixpkgs> {}
+{ pkgs ? import ../../../nixpkgs.nix {}
, branch
, wd
, project ? "xyz"