1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-29 12:35:10 +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
''