From 2e328f6075e130c24445a9af93f0b6fb5b83bb4f Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 30 Oct 2023 17:31:16 -0400 Subject: [PATCH] Split out haskell and regular packages --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index dd80948..36b8ef5 100644 --- a/flake.nix +++ b/flake.nix @@ -75,10 +75,10 @@ haskell-language-server ghcid hlint - + ] ++ (with pkgs; [ # Scripts clean - ]; + ]); shellHook = '' echo ".------..------..------..------..------..------..------..------..------..------."