Skip to content

Commit 72f9162

Browse files
authored
Merge pull request #1667 from franekp/flake-use-direnv
Fix infinite loop that happens when using direnv
2 parents bfd6009 + a532069 commit 72f9162

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)