fix: resolve syntax error
This commit is contained in:
parent
2a38ef1105
commit
d77e016cab
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ rec {
|
|||
snowfall-lib.attrs.merge-deep
|
||||
(builtins.map (overlay: overlay final prev) (builtins.attrValues flake-outputs.overlays));
|
||||
in
|
||||
if overlay-package-namespace or null == null then
|
||||
if overlay-package-namespace == null then
|
||||
user-overlay-packages
|
||||
else if prev ? "${overlay-package-namespace}" then
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue