python312Packages.lightning-utilities: 0.11.9 -> 0.12.0 (#378243)
[NixPkgs.git] / pkgs / applications / editors / vscode / update-shell.nix
blob03ad77807222680bff618af17ced80781c91c1db
2   pkgs ? import ../../../.. { },
3 }:
5 # Ideally, pkgs points to default.nix file of Nixpkgs official tree
6 with pkgs;
8 mkShell {
9   packages = [
10     bash
11     curl
12     gawk
13     gnugrep
14     gnused
15     jq
16     nix
17     nix-prefetch
18     nix-prefetch-scripts
19   ];