mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lib.packagesFromDirectoryRecursive: add tests for nested scopes
This commit is contained in:
parent
6b7576b0cf
commit
41f219d1d9
12 changed files with 58 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
a,
|
||||
d,
|
||||
h,
|
||||
}:
|
||||
# Check we can get parameters from ancestral scopes (e.g. the scope's grandparent)
|
||||
"g"
|
|
@ -0,0 +1 @@
|
|||
{ }: "h"
|
Loading…
Add table
Add a link
Reference in a new issue