summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-21 18:45:32 +0200
committermakefu <github@syntax-fehler.de>2015-10-21 18:45:32 +0200
commit96ed20e15dd1c73aa97b4423a69fe6405d71826e (patch)
tree266cd1f87f51f2739c8e8cdf799c04c5e8a6db35 /2configs
parentdbc72b0617abf3898e5ee5c5cbcfa0d3244fd7c5 (diff)
m 2 unstable-sources: sources to unstable nixpkgs
Diffstat (limited to '2configs')
-rw-r--r--2configs/unstable-sources.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/2configs/unstable-sources.nix b/2configs/unstable-sources.nix
new file mode 100644
index 000000000..f2d28dcaf
--- /dev/null
+++ b/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 ../.. ;
+ };
+ };
+}