From 974e24e552c34b333a4f5f863f88e182104d51f8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:27:56 +0300 Subject: [PATCH] ill do this tomorrow --- shell.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shell.nix b/shell.nix index 0e2225dc..346880a5 100644 --- a/shell.nix +++ b/shell.nix @@ -12,9 +12,5 @@ haskell-language-server ghc ]; - pkgs.haskellPackages.ghcWithPackages = with pkgs.haskellPackages; [ - xmonad - xmonad-contrib - ]; }; }