Git not usable from within the devshell #169
Replies: 1 comment
-
|
@ashwinmathi haskell-template does nothing special. You are probably using a pure devshell, rather than impure one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a fresh setup on macos 15.3.1 with nix-darwin installed and usable. Cloned the template and I'm able to do things like
just runfrom withinnix develop, but when I open vscode from the devshell I get an error:Git not found. Install it or configure it using the "git.path" setting.Used to use an older version of this template just fine and I haven't changed anything in my system config or anything in the downloaded template yet so I'm not sure what could be causing this issue.
Git is installed on the system and usable both outside any devshell and inside other devshells (this tweag servant-template flake for example)
Not currently using direnv.
Beta Was this translation helpful? Give feedback.
All reactions