summaryrefslogtreecommitdiffstats
path: root/2configs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
committermakefu <github@syntax-fehler.de>2017-02-04 14:35:29 +0100
commit1710c4077f7c5371b5fa55c86b2d679c8654cc9f (patch)
tree642128d41be3f18199c759e670ce526b059f105a /2configs/default.nix
parent137962b38640143b800b5cbd0eb632b4d70c1136 (diff)
Apply stashed changes
sorry
Diffstat (limited to '2configs/default.nix')
-rw-r--r--2configs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/default.nix b/2configs/default.nix
index 9e3f3eb61..95ca4884e 100644
--- a/2configs/default.nix
+++ b/2configs/default.nix
@@ -22,11 +22,11 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
- ref = "ee13b9af"; # stable @ 2016-12-12
+ ref = "5dad589"; # stable @ 2016-12-28 + cherry-pick graphite
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{
- git = { url = https://github.com/nixos/nixpkgs; inherit ref; };
+ git = { url = https://github.com/makefu/nixpkgs; inherit ref; };
}
else
# TODO use http, once it is implemented