mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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:
parent
80a1336bb9
commit
0be7adbc6c
@ -1,4 +1,4 @@
|
||||
{ buildGoModule, fetchFromGitHub, stdenv, lib, writeText }:
|
||||
{ buildGoModule, fetchFromGitHub, stdenv, lib }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fly";
|
||||
|
Loading…
Reference in New Issue
Block a user