bug: denols or Mason.nvim injects a deno onto our PATH. I hate this setup so much.
parent
8b7df008d0
commit
b45dc32c74
|
@ -9,7 +9,10 @@
|
||||||
let pkgs = import nixpkgs { system = sys; }; in
|
let pkgs = import nixpkgs { system = sys; }; in
|
||||||
{
|
{
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = [ pkgs.bashInteractive pkgs.deno ];
|
nativeBuildInputs = [
|
||||||
|
pkgs.bashInteractive
|
||||||
|
pkgs.deno
|
||||||
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Testing deno's installed version:"
|
echo "Testing deno's installed version:"
|
||||||
deno --version
|
deno --version
|
||||||
|
|
Loading…
Reference in New Issue