From 973155059e79bf94f6f2ca2f712f8d125c12e4be Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 27 Jul 2023 02:39:35 +0300 Subject: [PATCH] IT CANT FIND IT STILL LMAO --- shell.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/shell.nix b/shell.nix index b4d1fe66..95259154 100644 --- a/shell.nix +++ b/shell.nix @@ -7,14 +7,4 @@ NIX_CONFIG = "experimental-features = nix-command flakes"; nativeBuildInputs = with pkgs; [ nix home-manager git ]; }; - xmonad = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - haskell-language-server - ghc - ]; - buildInputs = with pkgs; [ - haskellPackages.xmonad - haskellPackages.xmonad-contrib - ]; - }; }