repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
tests
/
nix-required-mounts
/
test-structured-attrs-empty.nix
blob
86f2753309368a298c86bce1e80e045ca3c5c759
1
{
2
pkgs ? import <nixpkgs> { },
3
}:
4
5
pkgs.runCommandNoCC "nix-required-mounts-structured-attrs-no-features" { __structuredAttrs = true; }
6
''
7
touch $out
8
''