mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #267653 from aaronjheng/magnetico
magnetico: pin to go1.20
This commit is contained in:
commit
aeff7b93b3
@ -33556,7 +33556,9 @@ with pkgs;
|
||||
|
||||
markscribe = callPackage ../tools/text/markscribe { };
|
||||
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico { };
|
||||
magnetico = callPackage ../applications/networking/p2p/magnetico {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
|
||||
mastodon-bot = nodePackages.mastodon-bot;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user