diff options
author | makefu <github@syntax-fehler.de> | 2015-08-05 16:54:15 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-05 16:54:15 +0200 |
commit | eeb7a84e988c0fa41113643505d2965b0f81ffb9 (patch) | |
tree | 760b88c702d439e50e8929996b0e450f9fb0ecde /makefu/1systems | |
parent | dd8c918c876f923b7ca5d9446b03c0b01f82b531 (diff) |
use unstable nixpkgs release
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/tsp.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix index d67a5c076..2d3fd9225 100644 --- a/makefu/1systems/tsp.nix +++ b/makefu/1systems/tsp.nix @@ -23,7 +23,8 @@ #url = https://github.com/NixOS/nixpkgs; url = https://github.com/makefu/nixpkgs; #rev = "4c01e6d91993b6de128795f4fbdd25f6227fb870"; - rev = "08275910ba86ed9bd7a2608e6a1e5285faf24cb2"; + #rev = "08275910ba86ed9bd7a2608e6a1e5285faf24cb2"; + rev = "53d79a8074e7a4465515e67ea565dc73cbc14c5c"; }; # TODO generalize in base.nix secrets = { |