python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / nixos / tests / stratis / default.nix
blob42daadd5fcaac09c08d626f9ebf3223dd129c063
1 { system ? builtins.currentSystem
2 , pkgs ? import ../../.. { inherit system; }
3 }:
6   simple = import ./simple.nix { inherit system pkgs; };
7   encryption = import ./encryption.nix { inherit system pkgs; };