From f91e0b5bdf2cc9f0a59486a2b23ab627d523dd0e Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 10 Dec 2025 09:46:41 +0000 Subject: [PATCH] Add command line tools for running code on file change --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index b00ca33..5b8f86a 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,10 @@ haskell.devShells.default (rust.devShell { }) ]; + packages = with pkgs; [ + bacon + ghcid + ]; }; packages = { haskell = haskell.packages."aoc:exe:aoc";