[XMonad] Enable building of xmonad-contrib as part of nix develop of personal config
This commit is contained in:
parent
00be078bc6
commit
0f56aa3600
@ -1 +1 @@
|
|||||||
packages: .
|
packages: . xmonad-contrib/
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
devShell = pkgs.haskellPackages.shellFor {
|
devShell = pkgs.haskellPackages.shellFor {
|
||||||
packages = p: [ p.imalison-xmonad ];
|
packages = p: [ p.imalison-xmonad p.xmonad-contrib ];
|
||||||
buildInputs = with pkgs.haskellPackages; [
|
buildInputs = with pkgs.haskellPackages; [
|
||||||
cabal-install haskell-language-server hlint ghcid ormolu implicit-hie
|
cabal-install haskell-language-server hlint ghcid ormolu implicit-hie
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user