summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/tsp.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-08-28 17:37:13 +0200
committerlassulus <lass@aidsballs.de>2015-08-28 17:37:13 +0200
commit814d6852916ae99d95a4a440f5a2592017c9445b (patch)
treec771f54cdf4dad9c5ea7ef15be39d00473507f95 /makefu/1systems/tsp.nix
parentb66cefc6b3c8aafd4737605c5bb07eb8ea9d9dc7 (diff)
parent4f968b3cc45db1e6373fa2add55b5afe1608266a (diff)
Merge branch 'makefu'
Diffstat (limited to 'makefu/1systems/tsp.nix')
-rw-r--r--makefu/1systems/tsp.nix8
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";
};
};
}