diff options
author | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-04-18 08:19:05 +0200 |
commit | e800670c1892cca7c9d12476d65bb4750e213890 (patch) | |
tree | cf20fc27b3fe7e271d7b0441c880283c91f42e60 /krebs/source.nix | |
parent | e3445be6dafe4f16e150549baee34055a6b04fef (diff) | |
parent | 5b8c4d24e274bbf26e85420fc11b5bf7e24ac22d (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'krebs/source.nix')
-rw-r--r-- | krebs/source.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/krebs/source.nix b/krebs/source.nix index 733601a21..3ee12b37f 100644 --- a/krebs/source.nix +++ b/krebs/source.nix @@ -22,10 +22,7 @@ in }; stockholm.file = toString <stockholm>; stockholm-version.pipe = "${pkgs.stockholm}/bin/get-version"; - nixpkgs.git = { - url = https://github.com/NixOS/nixpkgs; - ref = "c665fcca9e7be8cd06c1f3c5bbe2b00d4c8f2a92"; # nixos-17.09 @ 2018-03-18 - }; + nixpkgs = (import ./kops.nix { name = ""; }).krebs-source.nixpkgs; } override ] |