about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-01-25 01:11:04 +0100
committerGitHub <noreply@github.com>2024-01-25 01:11:04 +0100
commit559ddda570f61c4b66fb53162db7ce781c818f9f (patch)
tree7282bef6649eda7d23c0e6e026392a5cd55c0d2e /pkgs/top-level/aliases.nix
parent7b1be1e6d433903eecc598729f4d4ba216a12a4c (diff)
parent874c91834c0be39e7e9dbb366d2a1d309a4f928c (diff)
downloadnixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar.gz
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar.bz2
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar.lz
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar.xz
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.tar.zst
nixlib-559ddda570f61c4b66fb53162db7ce781c818f9f.zip
Merge pull request #279852 from Madouura/pr/bcachefs
bcachefs: update comments, release-notes, only use IFS for bcachefs, update bcachefs-tools and module
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 98c3c66e780f..8eb19333d302 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -607,9 +607,9 @@ mapAliases ({
   '';
   linux_latest_hardened = linuxPackages_latest_hardened;
 
-  # Added 2023-11-18
-  linuxPackages_testing_bcachefs = throw "'linuxPackages_testing_bcachefs' has been removed, please use 'linuxPackages_testing', or any other linux kernel with bcachefs support";
-  linux_testing_bcachefs = throw "'linux_testing_bcachefs' has been removed, please use 'linux_testing', or any other linux kernel with bcachefs support";
+  # Added 2023-11-18, modified 2024-01-09
+  linuxPackages_testing_bcachefs = throw "'linuxPackages_testing_bcachefs' has been removed, please use 'linuxPackages_latest', any kernel version at least 6.7, or any other linux kernel with bcachefs support";
+  linux_testing_bcachefs = throw "'linux_testing_bcachefs' has been removed, please use 'linux_latest', any kernel version at least 6.7, or any other linux kernel with bcachefs support";
 
   lld_6 = throw "lld_6 has been removed from nixpkgs"; # Added 2024-01-08
   lld_7 = throw "lld_7 has been removed from nixpkgs"; # Added 2023-11-19