try exporting shell
Some checks failed
CI / test-clj (push) Has been cancelled
CI / test-cljs (push) Has been cancelled

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-07 13:51:03 -06:00
parent 4c38979e20
commit b7939f0bfb

View File

@ -31,6 +31,7 @@
})
];
shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
echo "starting codium"
codium .
'';