about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-03-14 16:55:36 +0100
committerGitHub <noreply@github.com>2024-03-14 16:55:36 +0100
commit1b572addeeb52ad88b18342a2a03e96091551769 (patch)
tree897c25496d4c31be6bcde38530208bdff47bf312 /pkgs/top-level
parent6a5a5703a2e980f2654883df1104e601d494ad4f (diff)
parent1f391d4be0ae17beaac275155434ca7aa7e03ea0 (diff)
downloadnixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar.gz
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar.bz2
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar.lz
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar.xz
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.tar.zst
nixlib-1b572addeeb52ad88b18342a2a03e96091551769.zip
Merge pull request #295911 from superherointj/k3s_1_24-removal-alias
k3s_1_24, k3s_1_25: add removal alias
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 041fd599924f..7fed52368934 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -520,6 +520,8 @@ mapAliases ({
 
   ### K ###
 
+  k3s_1_24 = throw "'k3s_1_24' has been removed from nixpkgs as it has reached end of life"; # Added 2024-03-14
+  k3s_1_25 = throw "'k3s_1_25' has been removed from nixpkgs as it has reached end of life"; # Added 2024-03-14
   # 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