the postmodern build system

This commit is contained in:
Jade Lovelace 2023-12-11 23:25:59 -08:00
parent 12e3a862bf
commit e49196b791
2 changed files with 540 additions and 1 deletions

View file

@ -57,11 +57,11 @@
buildInputs = with haskellPackages; [
haskell-language-server
fourmolu
ghcid
cabal-install
] ++ (with pkgs; [
sqlite
pre-commit
exiftool
]);
# Change the prompt to show that you are in a devShell
# shellHook = "export PS1='\\e[1;34mdev > \\e[0m'";