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