about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-10-19 20:39:47 +0200
committerBaitinq <[email protected]>2022-10-19 20:39:49 +0200
commit50486b77ebdec2f2b92980d88acfd75c283a4f6d (patch)
tree4c58c0791620281e43ec1f112ab3f0dc18f159ff /shell.nix
parentMisc: Separate OSSE into components (diff)
downloadOSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.tar.gz
OSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.tar.bz2
OSSE-50486b77ebdec2f2b92980d88acfd75c283a4f6d.zip
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
Diffstat (limited to '')
-rw-r--r--shell.nix6
1 files changed, 0 insertions, 6 deletions
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 <nixpkgs> { } }:
-pkgs.mkShell {
-  nativeBuildInputs = with pkgs; [
-    cargo
-  ];
-}