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
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
maintainers
/
scripts
/
update-octave-shell.nix
blob
51d4844c79f342e08d30ae1e43853bf02c623cc7
1
{ nixpkgs ? import ../.. { }
2
}:
3
with nixpkgs;
4
let
5
pyEnv = python3.withPackages(ps: with ps; [ packaging requests toolz pyyaml ]);
6
in
7
mkShell {
8
packages = [
9
pyEnv
10
nix-prefetch-scripts
11
];
12
}