about summary refs log tree commit diff
path: root/nixos/tests/stratis/default.nix
blob: 6964852e30a09da9f2b7d3df112eaff467980b5d (plain) (blame)
1
2
3
4
5
6
7
{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:

{
  simple = import ./simple.nix { inherit system pkgs; };
}