mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 15:33:31 +00:00
flake: fix eval
This commit is contained in:
parent
b2a33fb770
commit
a82369bcae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue