Removing a problem with building on different machines
This commit is contained in:
parent
4595254d58
commit
e014354176
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
packages.default = pkgs.stdenv.mkDerivation {
|
||||
name = "site";
|
||||
src = self;
|
||||
src = ./.; # using self here caused a bunch of problems!
|
||||
buildPhase = ''
|
||||
${ghc'}/bin/ghc \
|
||||
-O2 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue