anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / editors / vscode / update-shell.nix
blobaa9488c217f4b937690a7a43d32e1b1b3d1325f9
1 { pkgs ? import ../../../.. { } }:
3 # Ideally, pkgs points to default.nix file of Nixpkgs official tree
4 with pkgs;
6 mkShell {
7   packages = [
8     bash
9     curl
10     gawk
11     gnugrep
12     gnused
13     jq
14     nix
15     nix-prefetch
16     nix-prefetch-scripts
17   ];