he cooked too hard

This commit is contained in:
Gerg-L 2024-05-15 19:17:01 -04:00
parent ea7b255484
commit 704bcfb763
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -102,12 +102,13 @@ rec {
]; ];
} }
); );
mkDisko = lib.listToAttrs ( mkDisko = wrench [
map (name: { (map (name: {
name = "disko-${name}"; name = "disko-${name}";
value.disko.devices = import "${self}/disko/${name}.nix" lib; value.disko.devices = import "${self}/disko/${name}.nix" lib;
}) }))
); builtins.listToAttrs
];
/* /*
/<name> -> packages named by directory /<name> -> packages named by directory