Skip to content

Commit

Permalink
Merge pull request #113 from ClicksCodes/fix-transitive-sytem-lib
Browse files Browse the repository at this point in the history
fix: make system-lib imports use namespaces
  • Loading branch information
jakehamilton authored Jun 21, 2024
2 parents aa19b02 + 312ad5d commit c6238c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowfall-lib/internal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
namespace = snowfall-config.namespace;
lib = snowfall-lib.attrs.merge-shallow [
base-lib
{internal = user-lib;}
{"${snowfall-config.namespace}" = user-lib;}
];
};
libs =
Expand Down

0 comments on commit c6238c8

Please sign in to comment.