mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
shell: fix overlay and update
This commit is contained in:
parent
8239cdd55a
commit
295bea4e87
1 changed files with 11 additions and 1 deletions
12
shell.nix
12
shell.nix
|
|
@ -3,7 +3,7 @@
|
||||||
pkgs ?
|
pkgs ?
|
||||||
import sources.nixpkgs {
|
import sources.nixpkgs {
|
||||||
overlays = map import [
|
overlays = map import [
|
||||||
./nix/overlays
|
./nix/overlays/disko.nix
|
||||||
./nix/overlays/packages.nix
|
./nix/overlays/packages.nix
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|
@ -17,6 +17,16 @@ pkgs.mkShell {
|
||||||
just
|
just
|
||||||
jq
|
jq
|
||||||
|
|
||||||
|
#
|
||||||
|
# XMonad
|
||||||
|
#
|
||||||
|
(haskellPackages.ghcWithPackages (self: [
|
||||||
|
self.xmonad-contrib
|
||||||
|
self.xmonad-extras
|
||||||
|
]))
|
||||||
|
haskell-language-server
|
||||||
|
cabal-install
|
||||||
|
|
||||||
#
|
#
|
||||||
# Installer testing
|
# Installer testing
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue