1{ 2 pkgs ? import <nixpkgs> { }, 3}: 4 5pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; } 6 '' 7 touch $out 8 ''