6 lines
97 B
Nix
6 lines
97 B
Nix
path:
|
|
toString (map (v: ''
|
|
echo '${builtins.baseNameOf path} :: ${v}'
|
|
'')
|
|
(import path))
|