This commit is contained in:
Rowan Torbitzky-Lane 2025-03-18 00:47:15 -05:00
parent ebeb099299
commit d0165e73f5

View File

@ -22,15 +22,13 @@
clippy clippy
(vscode-with-extensions.override { (vscode-with-extensions.override {
vscode = vscodium; vscode = vscodium;
vscodeExtensions = with vscode-extensiosn; [ vscodeExtensions = with vscode-extensions; [
rust-lang.rust-analyzer rust-lang.rust-analyzer
]; ];
}) })
]; ];
shellHook = '' shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive} export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
echo "starting codium"
codium .
''; '';
}; };
}; };