repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
vscode
/
update-shell.nix
blob
aa9488c217f4b937690a7a43d32e1b1b3d1325f9
1
{ pkgs ? import ../../../.. { } }:
2
3
# Ideally, pkgs points to default.nix file of Nixpkgs official tree
4
with pkgs;
5
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
];
18
}