You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Project Manager requires a flake. However, it should be fine to have it work without a flake, using some heuristics (finding a repo directory like .git) to set PROJECT_ROOT and find the config in the default location.
It could produce a project-manager.nix that defines a shell that can be referenced by shell.nix. And perhaps also add a project-manager develop command that will try nix develop $PROJECT_ROOT#project-manager || nix-shell $PROJECT_ROOT/project-manager.nix.
The text was updated successfully, but these errors were encountered:
Should pay attention to xdg configuration producing default.nix and shell.nix in .local/state/project-manager/ if it’s enabled and in .project-manager/ if it’s not.
These files should contain as much of the flake-related components as possible.
Currently Project Manager requires a flake. However, it should be fine to have it work without a flake, using some heuristics (finding a repo directory like .git) to set
PROJECT_ROOT
and find the config in the default location.It could produce a project-manager.nix that defines a shell that can be referenced by shell.nix. And perhaps also add a
project-manager develop
command that will trynix develop $PROJECT_ROOT#project-manager || nix-shell $PROJECT_ROOT/project-manager.nix
.The text was updated successfully, but these errors were encountered: