vcluster: prefer alphabetical order

This commit is contained in:
superherointj 2024-07-22 10:15:04 -03:00
parent f75dda59e7
commit b7060f9368

View File

@ -1,4 +1,4 @@
{ lib, go, buildGoModule, fetchFromGitHub, installShellFiles, nix-update-script, testers, vcluster }:
{ buildGoModule, fetchFromGitHub, go, installShellFiles, lib, nix-update-script, testers, vcluster }:
buildGoModule rec {
pname = "vcluster";