aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 1 insertions, 4 deletions
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;