Add nix build script
This commit is contained in:
parent
114a87885e
commit
8b0083b13e
|
@ -7,12 +7,12 @@ let
|
|||
nixpkgs = import <nixpkgs> { overlays = [ moz_overlay ]; };
|
||||
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "tlaternet";
|
||||
version = "1.0";
|
||||
src = ./.;
|
||||
cargoSha256 = "1gyvc4gc2b799q9hi0af4z14fbg0sgnkqsmajniqyb693ifg9f6d";
|
||||
verifyCargoDeps = false;
|
||||
verifyCargoDeps = true;
|
||||
nativeBuildInputs = [
|
||||
nixpkgs.latest.rustChannels.nightly.rust
|
||||
pkg-config
|
||||
|
|
Loading…
Reference in a new issue