Merge pull request #235351 from kirillrdy/mgmt

mgmt: unpin go
This commit is contained in:
Nick Cao 2023-06-01 05:37:44 -06:00 committed by GitHub
commit 3a84fc3a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1656,9 +1656,7 @@ with pkgs;
mnc = callPackage ../tools/misc/mnc { };
mgmt = callPackage ../applications/system/mgmt {
buildGoModule = buildGo119Module; # go 1.20 build failure
};
mgmt = callPackage ../applications/system/mgmt { };
monica = callPackage ../servers/web-apps/monica { };