flake: fix eval

This commit is contained in:
raf 2025-06-11 16:54:37 +03:00
commit a82369bcae
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -57,7 +57,7 @@
"ndg" "ndg"
"licenseit" "licenseit"
"mrc" "mrc"
"color" "gcolor"
"tailray" "tailray"
# 3rd party packages # 3rd party packages
@ -66,7 +66,7 @@
mappedPkgs = listToAttrs (map (input: { mappedPkgs = listToAttrs (map (input: {
name = input; name = input;
value = inputs'.${input}.packages.default or builtins.throw "Input ${input} does not provide a default package"; value = inputs'.${input}.packages.default or (builtins.throw "Input ${input} does not provide a default package");
}) })
fromInputs); fromInputs);
in in