diff options
author | lassulus <lass@aidsballs.de> | 2015-08-28 17:37:13 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-28 17:37:13 +0200 |
commit | 814d6852916ae99d95a4a440f5a2592017c9445b (patch) | |
tree | c771f54cdf4dad9c5ea7ef15be39d00473507f95 /makefu/1systems/repunit.nix | |
parent | b66cefc6b3c8aafd4737605c5bb07eb8ea9d9dc7 (diff) | |
parent | 4f968b3cc45db1e6373fa2add55b5afe1608266a (diff) |
Merge branch 'makefu'
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}"; |