nixpkgs/nixos/tests/stratis/default.nix
2022-09-12 15:19:36 +08:00

8 lines
144 B
Nix

{ system ? builtins.currentSystem
, pkgs ? import ../../.. { inherit system; }
}:
{
simple = import ./simple.nix { inherit system pkgs; };
}