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:
@@ -130,7 +130,7 @@ rec {
|
||||
|
||||
overlay = (final: prev:
|
||||
let
|
||||
inherit (full-flake-options) overlay-package-namespace;
|
||||
overlay-package-namespace = full-flake-options.overlay-package-namespace or null;
|
||||
user-overlay-packages =
|
||||
snowfall-lib.attrs.merge-deep
|
||||
(builtins.map (overlay: overlay final prev) (builtins.attrValues flake-outputs.overlays));
|
||||
|
||||
Reference in New Issue
Block a user