Merge pull request #117900 from ivanbrennan/fly-remove-writetext

fly: remove writeText
This commit is contained in:
Sandro 2021-03-28 22:42:22 +02:00 committed by GitHub
commit ff0d25b9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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