k3d: rename kube3d to k3d now that attr is free

This takes the place of the old k3d which was the 3d editor k-3d
This commit is contained in:
06kellyjac 2022-05-10 14:53:27 +01:00
parent 644e10a761
commit c69ca316dc
3 changed files with 4 additions and 2 deletions

View File

@ -769,7 +769,9 @@ mapAliases ({
### K ###
k3d = throw "k3d has been removed because it was broken and has seen no release since 2016"; # Added 2022-01-04
# k3d was a 3d editing software k-3d - "k3d has been removed because it was broken and has seen no release since 2016" Added 2022-01-04
# now kube3d/k3d will take it's place
kube3d = k3d; # Added 2022-0705
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # Added 2020-11-06
kafkacat = kcat; # Added 2021-10-07
kbdKeymaps = throw "kbdKeymaps is not needed anymore since dvp and neo are now part of kbd"; # Added 2021-04-11

View File

@ -40104,7 +40104,7 @@ with pkgs;
dapper = callPackage ../development/tools/dapper { };
kube3d = callPackage ../applications/networking/cluster/kube3d {
k3d = callPackage ../applications/networking/cluster/k3d {
buildGoModule = buildGo118Module; # tests fail with 1.19
};