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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
admin
/
pulumi
/
update-pulumi-shell.nix
blob
a972b633abb016d3cee3356638cfc6cf28281b10
1
{ nixpkgs ? import ../../../.. { } }:
2
with nixpkgs;
3
mkShell {
4
packages = [
5
pkgs.gh
6
];
7
}