diff --git a/flake.nix b/flake.nix index 97dd8a3..4000e56 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,10 @@ ghc' hlint haskell-language-server + + (pkgs.writeShellScriptBin "build-site" '' + ${ghc'}/bin/ghc --make website/site -outputdir dist -static -O2 + '') ]; }; });