1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 05:49:22 +03:00
nixpkgs/nixos/tests/nix-required-mounts/test-structured-attrs-empty.nix

9 lines
163 B
Nix
Raw Normal View History

{
2024-06-20 21:33:51 +00:00
pkgs ? import <nixpkgs> { },
}:
2024-06-20 21:33:51 +00:00
pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
''
touch $out
''