seal-blog/build.sh

3 lines
119 B
Bash
Raw Normal View History

2020-08-14 19:01:29 -04:00
nix-shell --pure -p \
"haskellPackages.ghcWithPackages (pkgs: with pkgs; [ hakyll ])" \
--command 'ghc --make site'