treewide: remove redundant quotes
This commit is contained in:
@@ -9,7 +9,7 @@ buildGoPackage rec {
|
||||
goPackagePath = "github.com/digitalocean/doctl";
|
||||
|
||||
excludedPackages = ''\(doctl-gen-doc\|install-doctl\|release-doctl\)'';
|
||||
buildFlagsArray = let t = "${goPackagePath}"; in ''
|
||||
buildFlagsArray = let t = goPackagePath; in ''
|
||||
-ldflags=
|
||||
-X ${t}.Major=${major}
|
||||
-X ${t}.Minor=${minor}
|
||||
|
||||
Reference in New Issue
Block a user