mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-11 06:15:11 +00:00
remove nix files
This commit is contained in:
17
shell.nix
17
shell.nix
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user