From 0421536d2717888018b3df4f02d1f5c5183a2e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 1 Jul 2025 20:32:25 +0200 Subject: [PATCH] shell: fix incorrect schema --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 437a936a..c8537eba 100644 --- a/shell.nix +++ b/shell.nix @@ -18,9 +18,10 @@ }; withXMonad = pkgs.mkShell { - inputsFrom = with pkgs; [ + inputsFrom = [ default - + ]; + packages = with pkgs; [ (haskellPackages.ghcWithPackages (self: [ self.xmonad-contrib self.xmonad-extras