diff options
author | makefu <github@syntax-fehler.de> | 2015-08-24 13:00:26 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-24 13:00:26 +0200 |
commit | 7c907ce6bc84e1d32f8041c96e4b0ca33c308bc4 (patch) | |
tree | bdbff017ffe6ebd3d830277416bbc53389c3a413 /makefu/1systems/repunit.nix | |
parent | a0f6ac66e1420d9e3efa0443e05aee13b313b6d3 (diff) |
makefu: update to new unstable
Diffstat (limited to 'makefu/1systems/repunit.nix')
-rw-r--r-- | makefu/1systems/repunit.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/repunit.nix b/makefu/1systems/repunit.nix index 7596a3d54..503fe8f65 100644 --- a/makefu/1systems/repunit.nix +++ b/makefu/1systems/repunit.nix @@ -18,7 +18,8 @@ krebs.build.deps = { nixpkgs = { url = https://github.com/NixOS/nixpkgs; - rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870"; + #url = https://github.com/makefu/nixpkgs; + rev = "13576925552b1d0751498fdda22e91a055a1ff6c"; }; secrets = { url = "/home/makefu/secrets/${config.krebs.build.host.name}"; |