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
/
development
/
libraries
/
bashup-events
/
default.nix
blob
bcefdd0fcacff565d6fac8dcd66c42b9d35b89f1
1
{ callPackage }:
2
3
{
4
bashup-events32 = callPackage ./3.2.nix { };
5
bashup-events44 = callPackage ./4.4.nix { };
6
}