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/tsp.nix | |
parent | a0f6ac66e1420d9e3efa0443e05aee13b313b6d3 (diff) |
makefu: update to new unstable
Diffstat (limited to 'makefu/1systems/tsp.nix')
-rw-r--r-- | makefu/1systems/tsp.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix index 887778c8f..67db22460 100644 --- a/makefu/1systems/tsp.nix +++ b/makefu/1systems/tsp.nix @@ -31,11 +31,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 = "8b8b65da24f13f9317504e8bcba476f9161613fe"; - rev = "f5fe787f778b872c6b2221598501c9310cb83915"; + url = https://github.com/NixOS/nixpkgs; + #url = https://github.com/makefu/nixpkgs; + rev = "13576925552b1d0751498fdda22e91a055a1ff6c"; }; }; } |