Remove n0emis as direct maintainer (#365023)
[NixPkgs.git] / nixos / tests / stratis / default.nix
blob3a3452e63f09b10d495769df0a096f3f6d5052a7
2   system ? builtins.currentSystem,
3   pkgs ? import ../../.. { inherit system; },
4 }:
7   simple = import ./simple.nix { inherit system pkgs; };
8   encryption = import ./encryption.nix { inherit system pkgs; };