Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0dd5e51f41
|
|||
|
06e685d0b1
|
|||
|
20219d60d4
|
|||
|
ee82325b6e
|
|||
| b8bc3edbff | |||
| 427a905799 | |||
| b597977b8a | |||
|
16bcec48f8
|
|||
|
9c2bee177c
|
|||
|
84199dd8eb
|
|||
|
1c502afbcd
|
+4
-4
@@ -1,11 +1,11 @@
|
|||||||
rec {
|
rec {
|
||||||
toList = x: if builtins.isList x then x else [ x ];
|
attrsToList = mapAttrsToList nameValuePair;
|
||||||
|
|
||||||
nameValuePair = name: value: { inherit name value; };
|
|
||||||
|
|
||||||
mapAttrsToList = f: attrs: builtins.attrValues (builtins.mapAttrs f attrs);
|
mapAttrsToList = f: attrs: builtins.attrValues (builtins.mapAttrs f attrs);
|
||||||
|
|
||||||
attrsToList = mapAttrsToList nameValuePair;
|
nameValuePair = name: value: { inherit name value; };
|
||||||
|
|
||||||
|
toList = x: if builtins.isList x then x else [ x ];
|
||||||
|
|
||||||
getSSHKeys =
|
getSSHKeys =
|
||||||
username:
|
username:
|
||||||
|
|||||||
Reference in New Issue
Block a user