Commit c69ca316 authored by 06kellyjac's avatar 06kellyjac
Browse files

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
parent 644e10a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
  };