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]
/
nixos
/
tests
/
stratis
/
default.nix
blob
42daadd5fcaac09c08d626f9ebf3223dd129c063
1
{ system ? builtins.currentSystem
2
, pkgs ? import ../../.. { inherit system; }
3
}:
4
5
{
6
simple = import ./simple.nix { inherit system pkgs; };
7
encryption = import ./encryption.nix { inherit system pkgs; };
8
}