vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / maintainers / scripts / update-octave-shell.nix
blob51d4844c79f342e08d30ae1e43853bf02c623cc7
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   ];