diff options
| author | Baitinq <[email protected]> | 2022-10-19 20:39:47 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-10-19 20:39:49 +0200 |
| commit | 50486b77ebdec2f2b92980d88acfd75c283a4f6d (patch) | |
| tree | 4c58c0791620281e43ec1f112ab3f0dc18f159ff /shell.nix | |
| parent | Misc: Separate OSSE into components (diff) | |
| download | OSSE-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.nix | 6 |
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 - ]; -} |