Move build script to flake

main
Bill Ewanick 2023-08-02 17:01:35 -04:00
parent c1ab6d1bce
commit 79bba9060f
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
ghc' ghc'
hlint hlint
haskell-language-server haskell-language-server
(pkgs.writeShellScriptBin "build-site" ''
${ghc'}/bin/ghc --make website/site -outputdir dist -static -O2
'')
]; ];
}; };
}); });