about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2024-02-27 18:27:39 -0500
committerAndrew Marshall <andrew@johnandrewmarshall.com>2024-02-27 18:45:55 -0500
commit929fcf93358a833003435c0f74b9bd993f9546d0 (patch)
tree3a50972b3cacc22ec62efe2f6f9ebf7034739e78 /pkgs/top-level/aliases.nix
parentce5b1e007e1eb96e5df296e33ed884b70dc19250 (diff)
downloadnixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar.gz
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar.bz2
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar.lz
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar.xz
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.tar.zst
nixlib-929fcf93358a833003435c0f74b9bd993f9546d0.zip
zfs_unstable: Rename from zfsUnstable
This matches the naming of other zfs_* pkgs.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index ddfed4a09550..fab717bc0d1d 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1212,6 +1212,7 @@ mapAliases ({
 
   zabbix40 = throw "'zabbix40' has been removed as it has reached end of life"; # Added 2024-01-07
   zfsStable = zfs; # Added 2024-02-26
+  zfsUnstable = zfs_unstable; # Added 2024-02-26
   zinc = zincsearch; # Added 2023-05-28
   zkg = throw "'zkg' has been replaced by 'zeek'";
   zq = zed.overrideAttrs (old: { meta = old.meta // { mainProgram = "zq"; }; }); # Added 2023-02-06