Add command line tools for running code on file change

This commit is contained in:
George Thomas 2025-12-10 09:46:41 +00:00
parent b438db7d53
commit f91e0b5bdf

View File

@ -45,6 +45,10 @@
haskell.devShells.default
(rust.devShell { })
];
packages = with pkgs; [
bacon
ghcid
];
};
packages = {
haskell = haskell.packages."aoc:exe:aoc";