chore(3p): bump NixOS channels to 2020-08-18
Wanted to port my emacs config to depot, but missing a dependency from the channel. Adjustments: * Downgrade grfn's Kernel to 5.10: The ck1 patch is not yet available for 5.13 unfortunately and the 5.12 set has been removed upstream. Change-Id: Ifaf315427bda2af590549ca0abec02a79f19a3ec Reviewed-on: https://cl.tvl.fyi/c/depot/+/3375 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
32de4cbd93
commit
559ee9467b
2 changed files with 8 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
name = "linux-ck-patch-${mm}-ck1.xz";
|
||||
# example: http://ck.kolivas.org/patches/5.0/5.4/5.4-ck1/patch-5.4-ck1.xz
|
||||
url = "http://ck.kolivas.org/patches/${mj}.0/${mm}/${mm}-ck1/patch-${mm}-ck1.xz";
|
||||
sha256 = "0z6x9vqks0b5sr47ip6zc4gva1j4g3swwdj7gjvgfwcqrakg44yw";
|
||||
sha256 = "1kka38rmjcqsv4j2anczrsni0bf6yfdx2vsxbna3ic84nh3rz434";
|
||||
};
|
||||
|
||||
unpackPhase = ''
|
||||
|
|
@ -24,7 +24,7 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_12.extend (self: super: {
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_10.extend (self: super: {
|
||||
kernel = super.kernel.override {
|
||||
ignoreConfigErrors = true;
|
||||
kernelPatches = super.kernel.kernelPatches ++ [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue