From a302dfc2aabda53446fb38e035e61ae91b28f84a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 4 Oct 2025 18:07:30 +0530 Subject: Add multi-key handling + command parsing + shell/shell! aliases --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index cc5d30a..3795d37 100644 --- a/flake.nix +++ b/flake.nix @@ -30,10 +30,7 @@ pkg-config ]; - devPackages = with pkgs; [ - just - nodemon - ]; + devPackages = with pkgs; [just]; in { haskellProjects.default = { inherit projectRoot; -- cgit v1.3.1