Move build script to flake

This commit is contained in:
Bill Ewanick 2023-08-02 17:01:35 -04:00
parent c1ab6d1bce
commit 79bba9060f

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
'')
]; ];
}; };
}); });