fix: resolve syntax error

This commit is contained in:
Jake Hamilton
2022-09-09 02:24:43 -07:00
parent 2a38ef1105
commit d77e016cab

View File

@@ -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
{