diff options
| -rw-r--r-- | custom/thinklight.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/thinklight.nix b/custom/thinklight.nix index 3ed4aa2a..87a5264e 100644 --- a/custom/thinklight.nix +++ b/custom/thinklight.nix | |||
| @@ -4,6 +4,7 @@ stdenv.mkDerivation { | |||
| 4 | name = "thinklight-0.1"; | 4 | name = "thinklight-0.1"; |
| 5 | ghc = haskellPackages.ghcWithPackages (self: [self.strict]); | 5 | ghc = haskellPackages.ghcWithPackages (self: [self.strict]); |
| 6 | outputs = [ "out" ]; | 6 | outputs = [ "out" ]; |
| 7 | buildInputs = [ makeWrapper ]; | ||
| 7 | builder = builtins.toFile "builder.sh" '' | 8 | builder = builtins.toFile "builder.sh" '' |
| 8 | source $stdenv/setup | 9 | source $stdenv/setup |
| 9 | mkdir -p $out/bin | 10 | mkdir -p $out/bin |
