vuls: init at 0.27.0
[NixPkgs.git] / nixos / tests / nix-required-mounts / test-structured-attrs-empty.nix
blob86f2753309368a298c86bce1e80e045ca3c5c759
2   pkgs ? import <nixpkgs> { },
3 }:
5 pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
6   ''
7     touch $out
8   ''