tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
cargo-insta: strip unused variable
oxalica
5 years ago
030fd3ca
71c0dbd5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
cargo-insta
default.nix
+1
-1
pkgs/development/tools/rust/cargo-insta/default.nix
···
1
1
-
{ lib, rustPlatform, fetchFromGitHub, runCommand }:
1
1
+
{ lib, rustPlatform, fetchFromGitHub }:
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "cargo-insta";