1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-08 11:35:37 +03:00

zfs_2_3: init at 2.3.0 (#373599)

This commit is contained in:
Adam C. Stephens 2025-01-14 13:18:44 -05:00 committed by GitHub
commit c44bf8b674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 48 additions and 2 deletions

View file

@ -202,6 +202,11 @@ in {
kernelPackages = pkgs.linuxPackages;
};
series_2_3 = makeZfsTest {
zfsPackage = pkgs.zfs_2_3;
kernelPackages = pkgs.linuxPackages;
};
unstable = makeZfsTest rec {
zfsPackage = pkgs.zfs_unstable;
kernelPackages = pkgs.linuxPackages;