summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-10 20:21:11 +0200
committermakefu <github@syntax-fehler.de>2015-10-10 20:21:11 +0200
commitcf93499e96188e40a36bcef79be9c72ad5fb6fa1 (patch)
tree303c08de972da6ad6a3e827d8366d4a3e9a79f42 /makefu
parentfb2cc0990b109b470ba188f0db10671a71481041 (diff)
m 2 sources: 15.09 is new nixpkgs head for all my hosts
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/base-sources.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/base-sources.nix b/makefu/2configs/base-sources.nix
index a2715ba4..826cd6fe 100644
--- a/makefu/2configs/base-sources.nix
+++ b/makefu/2configs/base-sources.nix
@@ -5,8 +5,9 @@
git.nixpkgs = {
url = https://github.com/NixOS/nixpkgs;
#url = https://github.com/makefu/nixpkgs;
- rev = "68bd8e4a9dc247726ae89cc8739574261718e328";
+ rev = "dc18f39bfb2f9d1ba62c7e8ad98544bb15cb26b2"; # nixos-15.09
};
+
dir.secrets = {
host = config.krebs.hosts.pornocauster;
path = "/home/makefu/secrets/${config.krebs.build.host.name}/";