Frick...flatMap -> concatMap
This commit is contained in:
parent
eae9e15c15
commit
6ada43a205
@ -45,7 +45,7 @@ in {
|
|||||||
|
|
||||||
hosts = mapAttrs (hostname: keypairs: {
|
hosts = mapAttrs (hostname: keypairs: {
|
||||||
ssh-pubkeys = map (keypair: keypair.public-key) keypairs;
|
ssh-pubkeys = map (keypair: keypair.public-key) keypairs;
|
||||||
ssh-fingerprints = flatMap (keypair:
|
ssh-fingerprints = concatMap (keypair:
|
||||||
let
|
let
|
||||||
fingerprint-derivation = dns-sshfp-records hostname keypair;
|
fingerprint-derivation = dns-sshfp-records hostname keypair;
|
||||||
filename = sshfp-filename hostname keypair;
|
filename = sshfp-filename hostname keypair;
|
||||||
|
Loading…
Reference in New Issue
Block a user