mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 06:36:53 +00:00
parent
0ed4d765b4
commit
a16cdb509e
@ -8836,7 +8836,9 @@ with pkgs;
|
|||||||
|
|
||||||
jmespath = callPackage ../development/tools/jmespath { };
|
jmespath = callPackage ../development/tools/jmespath { };
|
||||||
|
|
||||||
juicefs = callPackage ../tools/filesystems/juicefs { };
|
juicefs = callPackage ../tools/filesystems/juicefs {
|
||||||
|
buildGoModule = buildGo122Module;
|
||||||
|
};
|
||||||
|
|
||||||
juicity = callPackage ../tools/networking/juicity { };
|
juicity = callPackage ../tools/networking/juicity { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user