Veselin Ivanov

Results 5 comments of Veselin Ivanov

I'm experiencing the same issue on the latest master. Rolling back to previous generations or rebuilding with the option set to false and then to true again doesn't seem to...

I'm having the same problem. I tried adding `ciDerivation` as a flake check as suggested [here](https://github.com/cachix/devenv/issues/655#issuecomment-1837054254) but that doesn't quite solve my problem because I need internet access to run...

> Is this repo public? If not, can you provide a simple reproducer? > > We should be respecting `.gitignore` when using the `git` walker. > > There was one...

> If I understand correctly, this would be only used in conjunction with `--stdin` mode? Correct! :)

The problem is that TPM sources plugins with `run-shell` which executes a shell command with `/bin/sh` but until recently wasn't also setting `$SHELL` to `/bin/sh`. Source: https://github.com/tmux/tmux/issues/4166#issuecomment-2403427896