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
python312Packages.lightning-utilities: 0.11.9 -> 0.12.0 (#378243)
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
vscode
/
update-shell.nix
blob
03ad77807222680bff618af17ced80781c91c1db
1
{
2
pkgs ? import ../../../.. { },
3
}:
4
5
# Ideally, pkgs points to default.nix file of Nixpkgs official tree
6
with pkgs;
7
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
];
20
}