remove nix files

This commit is contained in:
Ryan Leckey
2020-03-24 03:03:24 -07:00
parent aa1cb24de9
commit e71b969e78
2 changed files with 0 additions and 18 deletions

1
.envrc
View File

@@ -1 +0,0 @@
use_nix

View File

@@ -1,17 +0,0 @@
with import <nixpkgs> {};
stdenv.mkDerivation rec {
name = "rust-env";
env = buildEnv { name = name; paths = buildInputs; };
buildInputs = [
latest.rustChannels.nightly.rust
openssl
fish
pkg-config
protobuf
];
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
}