summaryrefslogtreecommitdiff
path: root/custom/thinklight.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/thinklight.nix')
-rw-r--r--custom/thinklight.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/thinklight.nix b/custom/thinklight.nix
index a5877199..0b1b776d 100644
--- a/custom/thinklight.nix
+++ b/custom/thinklight.nix
@@ -8,7 +8,6 @@ stdenv.mkDerivation {
8 source $stdenv/setup 8 source $stdenv/setup
9 mkdir -p $out/bin 9 mkdir -p $out/bin
10 $ghc/bin/ghc $src -o $out/bin/thinklight 10 $ghc/bin/ghc $src -o $out/bin/thinklight
11 chmod +4000 $out/bin/thinklight
12 ''; 11 '';
13 src = builtins.toFile "source.hs" '' 12 src = builtins.toFile "source.hs" ''
14 import Control.Monad (sequence) 13 import Control.Monad (sequence)