Update pkgs/tools/nix/nixpkgs-fmt/default.nix
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
095f8cec5a
commit
3ae8bebc9e
|
@ -1,4 +1,4 @@
|
||||||
{ lib, rustPlatform, fetchFromGitHub, fetchpatch }:
|
{ lib, rustPlatform, fetchFromGitHub }:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nixpkgs-fmt";
|
pname = "nixpkgs-fmt";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
|
|
Loading…
Reference in New Issue