run nix format on this repository
This commit is contained in:
parent
db07347757
commit
5a3edc7ff0
19 changed files with 363 additions and 174 deletions
|
|
@ -1,2 +1,4 @@
|
|||
{ ... }@flake: { ... }@inputs: { profile, ... }@imports:
|
||||
builtins.mapAttrs (name: imports: builtins.trace "profile: ${name}" { inherit imports; }) profile
|
||||
{ ... }@flake:
|
||||
{ ... }@inputs:
|
||||
{ profile, ... }@imports:
|
||||
builtins.mapAttrs (name: imports: builtins.trace "profile: ${name}" { inherit imports; }) profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue