Removing a problem with building on different machines
parent
4595254d58
commit
e014354176
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
packages.default = pkgs.stdenv.mkDerivation {
|
packages.default = pkgs.stdenv.mkDerivation {
|
||||||
name = "site";
|
name = "site";
|
||||||
src = self;
|
src = ./.; # using self here caused a bunch of problems!
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
${ghc'}/bin/ghc \
|
${ghc'}/bin/ghc \
|
||||||
-O2 \
|
-O2 \
|
||||||
|
|
Loading…
Reference in New Issue