seal-blog/build.sh

3 lines
119 B
Bash
Executable File

nix-shell --pure -p \
"haskellPackages.ghcWithPackages (pkgs: with pkgs; [ hakyll ])" \
--command 'ghc --make site'