fly: remove writeText
The writeText argument is unused. It was originally used to copy a bash completion script into the derivation, but a different approach was chosen, and I simply forgot to remove the writeText argument. https://github.com/NixOS/nixpkgs/commit/78013b4ecc420313863b45fc227021a316833a67 https://github.com/NixOS/nixpkgs/pull/64714#discussion_r303216977
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ buildGoModule, fetchFromGitHub, stdenv, lib, writeText }:
|
{ buildGoModule, fetchFromGitHub, stdenv, lib }:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fly";
|
pname = "fly";
|
||||||
|
|||||||
Reference in New Issue
Block a user