Skip to content

Commit a532069

Browse files
committed
Did you know about https://direnv.net/
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.
1 parent 677e145 commit a532069

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@
1616
name = "roo-code";
1717

1818
packages = with pkgs; [
19-
zsh
2019
nodejs_18
2120
corepack_18
2221
];
23-
24-
shellHook = ''
25-
exec zsh
26-
'';
2722
};
2823
in {
2924
devShells = forAllSystems (system: {

0 commit comments

Comments
 (0)