4 lines
155 B
Nix
4 lines
155 B
Nix
{ ... }@flake:
|
|
{ ... }@inputs:
|
|
{ profile, ... }@imports:
|
|
builtins.mapAttrs (name: imports: builtins.trace "profile: ${name}" { inherit imports; }) profile
|