Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6839,7 +6839,7 @@ with pkgs; }; doggo = callPackage ../tools/networking/doggo { buildGoModule = buildGo118Module; # build fails with 1.19 buildGoModule = buildGo119Module; # build fails with 1.20 }; dosfstools = callPackage ../tools/filesystems/dosfstools { }; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -6839,7 +6839,7 @@ with pkgs; }; doggo = callPackage ../tools/networking/doggo { buildGoModule = buildGo118Module; # build fails with 1.19 buildGoModule = buildGo119Module; # build fails with 1.20 }; dosfstools = callPackage ../tools/filesystems/dosfstools { };