diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 17:15:17 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-16 17:15:17 +0200 |
| commit | d40e6e3cd7cc39def0db742cf959fc7611b1887f (patch) | |
| tree | 6d027727b55e08a593c76ee957a2ebefdbca625d /custom | |
| parent | adcbd6cb85941ad5321447210bde81a49e93a3e1 (diff) | |
| download | nixos-d40e6e3cd7cc39def0db742cf959fc7611b1887f.tar nixos-d40e6e3cd7cc39def0db742cf959fc7611b1887f.tar.gz nixos-d40e6e3cd7cc39def0db742cf959fc7611b1887f.tar.bz2 nixos-d40e6e3cd7cc39def0db742cf959fc7611b1887f.tar.xz nixos-d40e6e3cd7cc39def0db742cf959fc7611b1887f.zip | |
setuid for thinklight works differently
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/thinklight.nix | 1 |
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) |
