mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
devShells: +vim-tw
This commit is contained in:
parent
a064cb7d33
commit
52a8b37a1d
2 changed files with 25 additions and 0 deletions
13
nix/devShells/vim-tw.nix
Normal file
13
nix/devShells/vim-tw.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
let
|
||||
sources = import ../sources.nix;
|
||||
in
|
||||
{pkgs ? import sources.pin-vim-tw {}}:
|
||||
pkgs.mkShell {
|
||||
name = "vim-tw";
|
||||
packages = with pkgs; [
|
||||
haskellPackages.cabal-fmt
|
||||
haskellPackages.cabal-install
|
||||
haskellPackages.ghc
|
||||
haskellPackages.haskell-language-server
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue