mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
shell: fix incorrect schema
This commit is contained in:
parent
c5bc3ed7d3
commit
0421536d27
1 changed files with 3 additions and 2 deletions
|
|
@ -18,9 +18,10 @@
|
|||
};
|
||||
|
||||
withXMonad = pkgs.mkShell {
|
||||
inputsFrom = with pkgs; [
|
||||
inputsFrom = [
|
||||
default
|
||||
|
||||
];
|
||||
packages = with pkgs; [
|
||||
(haskellPackages.ghcWithPackages (self: [
|
||||
self.xmonad-contrib
|
||||
self.xmonad-extras
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue