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 haskell.devShells.default
(rust.devShell { }) (rust.devShell { })
]; ];
packages = with pkgs; [
bacon
ghcid
];
}; };
packages = { packages = {
haskell = haskell.packages."aoc:exe:aoc"; haskell = haskell.packages."aoc:exe:aoc";