Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make system-lib imports use namespaces
Previously when you accessed stuff on your lib via snowfall-lib's internal system-lib (e.g. with lib.snowfall.internal.system-lib.my-namespace.my-lib-function) the lib which is passed to *your* lib used hardcoded the "internal" name This makes lib functions in your flake's lib break if they use other lib functions in your flake's lib
- Loading branch information