mirror of
https://github.com/sstent/vmimages.git
synced 2026-05-03 10:13:03 +00:00
addin ssh key
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{lib, ...}:
|
||||
with builtins;
|
||||
with lib;
|
||||
rec {
|
||||
with lib; rec {
|
||||
# attrsToList
|
||||
attrsToList = attrs:
|
||||
mapAttrsToList (name: value: { inherit name value; }) attrs;
|
||||
mapAttrsToList (name: value: {inherit name value;}) attrs;
|
||||
|
||||
# mapFilterAttrs ::
|
||||
# (name -> value -> bool)
|
||||
|
||||
Reference in New Issue
Block a user