diff options
author | makefu <github@syntax-fehler.de> | 2015-07-23 17:54:31 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-07-23 17:54:31 +0200 |
commit | feed949d47ada12077a1a9eca3f83f5c8138487b (patch) | |
tree | 4b329daa08f8490f4244cc7a0600a3e9184ea8fa /0make/makefu | |
parent | 4014c53475af6b2c01514c47085c4599b6ef06b1 (diff) |
add pnp
Diffstat (limited to '0make/makefu')
-rw-r--r-- | 0make/makefu/pnp.makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/0make/makefu/pnp.makefile b/0make/makefu/pnp.makefile new file mode 100644 index 000000000..c2099f748 --- /dev/null +++ b/0make/makefu/pnp.makefile @@ -0,0 +1,4 @@ +deploy_host := root@uriel +nixpkgs_url := https://github.com/nixos/nixpkgs +nixpkgs_rev := 961fcbabd7643171ea74bd550fee1ce5c13c2e90 +secrets_dir := /home/makefu/secrets/pnp |