From a3d77c9b6e9d4b47201875f30a658fb957d736bd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:26:51 +0300 Subject: [PATCH] :) --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 882fe4ed..0e2225dc 100644 --- a/shell.nix +++ b/shell.nix @@ -12,9 +12,9 @@ haskell-language-server ghc ]; - buildInputs = with pkgs; [ - haskellPackages.xmonad - haskellPackages.xmonad-contrib + pkgs.haskellPackages.ghcWithPackages = with pkgs.haskellPackages; [ + xmonad + xmonad-contrib ]; }; }