summaryrefslogtreecommitdiffstats
path: root/makefu
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
commitbf826b0cc33ca860df83efde5746e6f516df2fa8 (patch)
treec2e83a87aa8947685486aec1670b11793615fdf0 /makefu
parent2281516e57c6f9a34c4711184b5b19d83d47dc68 (diff)
makefu/pnp: use tinc_pre instead of tinc-stable
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/pnp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/1systems/pnp.nix b/makefu/1systems/pnp.nix
index 98f3ecd2..e70fb617 100644
--- a/makefu/1systems/pnp.nix
+++ b/makefu/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 = {