mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-10 14:08:51 +03:00
bugfix in parseDreamLock
This commit is contained in:
parent
d06519bce0
commit
d5801d1804
@ -24,5 +24,5 @@ in
|
||||
lib.recursiveUpdate
|
||||
lock
|
||||
{
|
||||
generic.dependencyGraph."${mainPackage}" = dependencyGraph."${mainPackage}" or lib.attrNames dependencyGraph;
|
||||
generic.dependencyGraph."${mainPackage}" = dependencyGraph."${mainPackage}" or (lib.attrNames dependencyGraph);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user