mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
--amend
This commit is contained in:
parent
354eecbdfb
commit
aaa7c628ac
1 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{ nvim-flake, self, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
local = {
|
||||
remoteBuild.isBuilder = true;
|
||||
|
|
@ -165,7 +170,10 @@
|
|||
};
|
||||
};
|
||||
boot = {
|
||||
kernelPatches = [ self.packages.clear-patches ];
|
||||
kernelPatches = lib.singleton {
|
||||
patch = self.packages.clear-patches;
|
||||
name = "Clear Linux* patchset";
|
||||
};
|
||||
kernelModules = [ "amdgpu" ];
|
||||
initrd = {
|
||||
availableKernelModules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue