summaryrefslogtreecommitdiffstats
path: root/1systems/pnp.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-09-09 15:16:34 +0200
committermakefu <github@syntax-fehler.de>2015-09-09 15:16:34 +0200
commit5a3da7fb501823806f1479c524503d7f064066d1 (patch)
treea98378f3fd60d8ec5729243a8d7edb31ec51d9ff /1systems/pnp.nix
parentcfa617525f1f293b4370459636e415ccaad30f8a (diff)
makefu/pnp: use tinc_pre instead of tinc-stable
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index 98f3ecd22..e70fb6179 100644
--- a/1systems/pnp.nix
+++ b/1systems/pnp.nix
@@ -34,6 +34,7 @@
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@pnp";
+ nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
krebs.build.deps = {
nixpkgs = {