From e014354176253f3752f70d7a4263458a016a66c9 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Thu, 21 Sep 2023 14:17:03 -0400 Subject: [PATCH] Removing a problem with building on different machines --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 617176c..ccfdb32 100644 --- a/flake.nix +++ b/flake.nix @@ -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 \