diff options
| author | Vincent Laporte | 2019-03-15 13:30:34 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-18 08:56:10 +0000 |
| commit | b159fc36aa38bbe1ce3d87d96adffe161baf8662 (patch) | |
| tree | 2bf22055392d0480902e7e5e09e7a914e5b77c05 | |
| parent | 2a4d0627e61ce9261d891b5199c2463c5b62ee4f (diff) | |
[nix-ci] Share the reference to nixpkgs with default.nix
| -rw-r--r-- | dev/ci/nix/default.nix | 2 |
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" |
