remove shell.nix

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-12-26 14:06:05 -05:00
parent cf5e76261a
commit 5436c081ae
3 changed files with 2 additions and 14 deletions

2
.envrc
View File

@ -1 +1 @@
eval "$(lorri direnv)" use_nix

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target /target
result* result*
.direnv

View File

@ -1,13 +0,0 @@
let
pkgs = import <nixpkgs> { };
in pkgs.mkShell {
buildInputs = with pkgs; [
rustc
cargo
cargo-watch
rls
rustfmt
];
RUST_LOG = "info";
}