Nixfmt Tree
This commit is contained in:
parent
d6bcf1a468
commit
f173b9d236
23 changed files with 381 additions and 224 deletions
|
|
@ -1,6 +1,7 @@
|
|||
rec {
|
||||
getSSHKeys = let
|
||||
sshKeys = builtins.fromTOML (builtins.readFile ../data/ssh-keys.toml);
|
||||
in
|
||||
getSSHKeys =
|
||||
let
|
||||
sshKeys = builtins.fromTOML (builtins.readFile ../data/ssh-keys.toml);
|
||||
in
|
||||
name: (builtins.mapAttrs (_: value: builtins.attrValues value) sshKeys)."${name}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue