It is a nice tool that activates nix flake dev shells when entering project directory.
Unfortunatelly it enters infinite loop when shellHook executes another inner zsh shell.
This commit is contained in:
Wojciech Kordalski 2025-03-15 11:27:33 +01:00
parent 677e145a56
commit a53206912c
No known key found for this signature in database
GPG key ID: 7D83E309C320BD86

View file

@ -16,14 +16,9 @@
name = "roo-code";
packages = with pkgs; [
zsh
nodejs_18
corepack_18
];
shellHook = ''
exec zsh
'';
};
in {
devShells = forAllSystems (system: {