mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix: resolve syntax error
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user