Skip to content

Commit 02523dc

Browse files
committed
chore(hosts:serenity): test trimmed kernel again(??)
1 parent 5dd774f commit 02523dc

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

modules/nixos/hardware/trimmed-jovian-kernel.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,8 @@
99
nixpkgs.overlays = [
1010
(final: super: {
1111
linux_jovian = super.linux_jovian.overrideAttrs (old: {
12-
# Update the config file reference
1312
configfile = ./trimmed-jovian-kernel.config;
14-
15-
preConfigure = ''
16-
echo "Using trimmed Jovian kernel config"
17-
cp ${./trimmed-jovian-kernel.config} .config
18-
''
19-
+ (old.preConfigure or "");
20-
21-
name = "linux-${old.version or "6.16.12"}-valve9-jovian1-trimmed";
13+
name = "linux-${old.version}-jovian-trimmed";
2214
});
2315
})
2416
];

0 commit comments

Comments
 (0)