summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:19:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-14 13:19:27 +0200
commitf8fdf9996dc9f3bd6bebffec4265995c75f7ce9d (patch)
tree3147c6d70373ae74ff0374bff67251e0999277ff /custom/tinc
parent3bd581b3f6446ee6d89758888880835572874a0d (diff)
downloadnixos-f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d.tar
nixos-f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d.tar.gz
nixos-f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d.tar.bz2
nixos-f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d.tar.xz
nixos-f8fdf9996dc9f3bd6bebffec4265995c75f7ce9d.zip
Start with shell by default
Diffstat (limited to 'custom/tinc')
-rwxr-xr-xcustom/tinc/generate_hostfile.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom/tinc/generate_hostfile.hs b/custom/tinc/generate_hostfile.hs
index a781fed6..70be98dc 100755
--- a/custom/tinc/generate_hostfile.hs
+++ b/custom/tinc/generate_hostfile.hs
@@ -1,4 +1,5 @@
1#!/usr/bin/env runhaskell 1#! /usr/bin/env nix-shell
2#! nix-shell -i runghc shell.nix
2 3
3import System.Directory.Tree 4import System.Directory.Tree
4import Data.List 5import Data.List