Move build script to flake

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

View File

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