about summary refs log tree commit diff
path: root/nixos/tests/nix-required-mounts/test-structured-attrs-empty.nix
blob: 86f2753309368a298c86bce1e80e045ca3c5c759 (plain) (blame)
1
2
3
4
5
6
7
8
{
  pkgs ? import <nixpkgs> { },
}:

pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
  ''
    touch $out
  ''