mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-13 19:32:34 +03:00
fix typo in builder template
This commit is contained in:
parent
4f1b483239
commit
bb5be4955d
@ -37,7 +37,7 @@
|
||||
# the main package
|
||||
defaultPackage = packages."${defaultPackageName}"."${defaultPackageVersion}";
|
||||
|
||||
# manage pakcages in attrset to prevent duplicated evaluation
|
||||
# manage packages in attrset to prevent duplicated evaluation
|
||||
packages =
|
||||
lib.mapAttrs
|
||||
(name: versions:
|
||||
|
Loading…
Reference in New Issue
Block a user