Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make python3 dep just a default
When trying to build a package that had `python3 = nixpkgs.python311`, I got an error similar to: ``` Definition values: - In `/nix/store/...-source/nix/modules/dream2nix/default': <derivation python3-3.11.4> - In `/nix/store/...-source/modules/dream2nix/core/paths': <derivation python3-3.10.12> Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.»; } ``` This seems like a sane usage, so I'm expressing here that what dream2nix adds is just a default.
- Loading branch information