From 50486b77ebdec2f2b92980d88acfd75c283a4f6d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 19 Oct 2022 20:39:47 +0200 Subject: Misc: Change to use "oxalica/rust-overlay" for the nix development shell This fixes vscode not being able to find rust-analyzer and rust-src --- shell.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 2052aae..0000000 --- a/shell.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs ? import { } }: -pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - cargo - ]; -} -- cgit 1.4.1