fix: resolve syntax error

This commit is contained in:
Jake Hamilton 2022-09-09 02:35:05 -07:00
parent d77e016cab
commit 2f1ad83150
No known key found for this signature in database
GPG key ID: 9762169A1B35EA68

View file

@ -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));