Skip to content

Commit 2776ab1

Browse files
committed
feat: organize kernel packages for clarity in kernel builder service
1 parent b348c77 commit 2776ab1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hosts/nimbus/config/builds/kernel.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@ builds.mkBuildService {
1919
repoPath = "/repo/Nix/mix.nix";
2020

2121
packages = [
22+
# Bare kernels
2223
"linux-ryot"
2324
"linux-ryot-zfs"
2425
"linux-ryot-net"
26+
27+
# ZFS kernel modules (the expensive part — compiled against each kernel)
28+
"linuxPackages-ryot-zfs.zfs_cachyos"
29+
"linuxPackages-ryot-zfs.kernel.dev"
2530
];
2631

2732
schedule = "Mon *-*-* 02:00:00"; # Weekly Monday at 2 AM

0 commit comments

Comments
 (0)