diff options
author | makefu <github@syntax-fehler.de> | 2015-10-21 18:45:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-21 18:45:32 +0200 |
commit | 506f1c0c382a66f3f2e17519004875f793e489f1 (patch) | |
tree | df255533875441c6d75742965a8c42ae303ca287 /makefu/2configs | |
parent | dc1bb40c45e69c6e4556ab2c4d92f04c25e5a2bf (diff) |
m 2 unstable-sources: sources to unstable nixpkgs
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/unstable-sources.nix | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/makefu/2configs/unstable-sources.nix b/makefu/2configs/unstable-sources.nix new file mode 100644 index 000000000..f2d28dcaf --- /dev/null +++ b/makefu/2configs/unstable-sources.nix @@ -0,0 +1,19 @@ +{ config, lib, pkgs, ... }: + +{ + krebs.build.source = { + git.nixpkgs = { + url = https://github.com/makefu/nixpkgs; + rev = "984d33884d63d404ff2da76920b8bc8b15471552"; + }; + + dir.secrets = { + host = config.krebs.hosts.pornocauster; + path = "/home/makefu/secrets/${config.krebs.build.host.name}/"; + }; + dir.stockholm = { + host = config.krebs.hosts.pornocauster; + path = toString ../.. ; + }; + }; +} |