devShells: +vim-tw

This commit is contained in:
Primrose 2025-06-07 23:15:00 +02:00
parent a064cb7d33
commit 52a8b37a1d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 25 additions and 0 deletions

13
nix/devShells/vim-tw.nix Normal file
View 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
];
}

View file

@ -187,6 +187,18 @@
"url": "https://github.com/nixos/nixpkgs/archive/c58ed2fc0f592ebc280bfba077ea418ce10213d1.tar.gz", "url": "https://github.com/nixos/nixpkgs/archive/c58ed2fc0f592ebc280bfba077ea418ce10213d1.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"pin-vim-tw": {
"branch": "master",
"description": "Nix Packages collection & NixOS",
"homepage": "",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c93c1b3413bd7e235fc22b469bc0d2feec332cf5",
"sha256": "115sdkhyp0pm5rmag4gq0myg2rs20irisgnpf26zjfm92pw8isq4",
"type": "tarball",
"url": "https://github.com/nixos/nixpkgs/archive/c93c1b3413bd7e235fc22b469bc0d2feec332cf5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"pin-wireshark": { "pin-wireshark": {
"branch": "master", "branch": "master",
"description": "Nix Packages collection & NixOS", "description": "Nix Packages collection & NixOS",