nixpkgs/nixos/tests/nix-required-mounts/test-structured-attrs-empty.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
163 B
Nix
Raw Normal View History

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