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/pornocauster.nix | |
parent | a0f6ac66e1420d9e3efa0443e05aee13b313b6d3 (diff) |
makefu: update to new unstable
Diffstat (limited to 'makefu/1systems/pornocauster.nix')
-rw-r--r-- | makefu/1systems/pornocauster.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix index 40aa5bb1f..415c1af30 100644 --- a/makefu/1systems/pornocauster.nix +++ b/makefu/1systems/pornocauster.nix @@ -37,10 +37,9 @@ krebs.build.deps = { nixpkgs = { - #url = https://github.com/NixOS/nixpkgs; - # rev=$(curl https://nixos.org/channels/nixos-unstable/git-revision -L) - url = https://github.com/makefu/nixpkgs; - rev = "f5fe787f778b872c6b2221598501c9310cb83915"; + url = https://github.com/NixOS/nixpkgs; + #url = https://github.com/makefu/nixpkgs; + rev = "13576925552b1d0751498fdda22e91a055a1ff6c"; }; }; } |