We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348c77 commit 2776ab1Copy full SHA for 2776ab1
hosts/nimbus/config/builds/kernel.nix
@@ -19,9 +19,14 @@ builds.mkBuildService {
19
repoPath = "/repo/Nix/mix.nix";
20
21
packages = [
22
+ # Bare kernels
23
"linux-ryot"
24
"linux-ryot-zfs"
25
"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"
30
];
31
32
schedule = "Mon *-*-* 02:00:00"; # Weekly Monday at 2 AM
0 commit comments