2023-10-19 08:42:26 +00:00
|
|
|
{
|
2024-06-20 21:33:51 +00:00
|
|
|
pkgs ? import <nixpkgs> { },
|
|
|
|
}:
|
2023-10-19 08:42:26 +00:00
|
|
|
|
2024-06-20 21:33:51 +00:00
|
|
|
pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
|
|
|
|
''
|
|
|
|
touch $out
|
|
|
|
''
|