attempt to make github do the building for me :)

This commit is contained in:
LavaDesu 2021-05-27 23:09:18 +07:00
parent 97b5f44872
commit 5dc93272cd
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 61 additions and 13 deletions

View file

@ -28,7 +28,7 @@
"intel_pstate=passive"
"msr.allow_writes=on"
];
kernelPackages = pkgs.lib.mkForce pkgs.linux-lava;
kernelPackages = pkgs.lib.mkForce (pkgs.linuxPackagesFor pkgs.linux-lava);
};
zramSwap.enable = true;
}