diff options
author | jeschli <jeschli@gmail.com> | 2018-03-22 11:42:05 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-22 11:42:05 +0100 |
commit | 9bb628406d001fbf9070bf533f1b81f43f4c96a8 (patch) | |
tree | a0b95f82f3c3a0b52ebc87f6c7756de70d646bfb /krebs/source.nix | |
parent | 87528e2ab6085a1a0fadcd1aa00870834c878c27 (diff) | |
parent | bd4def24bfbd8f034032e3a6e89ce4dd88d6930e (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'krebs/source.nix')
-rw-r--r-- | krebs/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/source.nix b/krebs/source.nix index 7e0ea7e47..733601a21 100644 --- a/krebs/source.nix +++ b/krebs/source.nix @@ -24,7 +24,7 @@ in stockholm-version.pipe = "${pkgs.stockholm}/bin/get-version"; nixpkgs.git = { url = https://github.com/NixOS/nixpkgs; - ref = "c5bc83b503dfb29eb27c1deb0268f15c1858e7ce"; # nixos-17.09 @ 2018-02-27 + ref = "c665fcca9e7be8cd06c1f3c5bbe2b00d4c8f2a92"; # nixos-17.09 @ 2018-03-18 }; } override |