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.

78013b4ecc
https://github.com/NixOS/nixpkgs/pull/64714#discussion_r303216977
This commit is contained in:
ivanbrennan 2021-03-28 14:05:20 -04:00
parent 80a1336bb9
commit 0be7adbc6c
No known key found for this signature in database
GPG Key ID: 79C3C47DC652EA54

View File

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, stdenv, lib, writeText }:
{ buildGoModule, fetchFromGitHub, stdenv, lib }:
buildGoModule rec {
pname = "fly";