shell: fix incorrect schema

This commit is contained in:
Primrose 2025-07-01 20:32:25 +02:00
parent c5bc3ed7d3
commit 0421536d27
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -18,9 +18,10 @@
}; };
withXMonad = pkgs.mkShell { withXMonad = pkgs.mkShell {
inputsFrom = with pkgs; [ inputsFrom = [
default default
];
packages = with pkgs; [
(haskellPackages.ghcWithPackages (self: [ (haskellPackages.ghcWithPackages (self: [
self.xmonad-contrib self.xmonad-contrib
self.xmonad-extras self.xmonad-extras