bug: denols or Mason.nvim injects a deno onto our PATH. I hate this setup so much.

master
pegasust 2022-12-03 06:40:40 +00:00
parent 8b7df008d0
commit b45dc32c74
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@
let pkgs = import nixpkgs { system = sys; }; in
{
devShell = pkgs.mkShell {
nativeBuildInputs = [ pkgs.bashInteractive pkgs.deno ];
nativeBuildInputs = [
pkgs.bashInteractive
pkgs.deno
];
shellHook = ''
echo "Testing deno's installed version:"
deno --version