1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-05 07:12:34 +03:00
nixpkgs/nixos/tests/nix-required-mounts/test-structured-attrs-empty.nix
2024-06-26 00:35:45 +00:00

8 lines
163 B
Nix

{
pkgs ? import <nixpkgs> { },
}:
pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
''
touch $out
''