Merge pull request #1667 from franekp/flake-use-direnv

Fix infinite loop that happens when using direnv
This commit is contained in:
Chris Estreich 2025-03-17 13:17:20 -07:00 committed by GitHub
commit 72f9162beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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