cleanup
This commit is contained in:
parent
3dda82d830
commit
0b1fd4f45b
2 changed files with 2 additions and 13 deletions
|
@ -61,7 +61,7 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
grimmauld-nixos = (customNixosSystem "x86_64-linux" {
|
||||
grimmauld-nixos = customNixosSystem "x86_64-linux" {
|
||||
modules = [
|
||||
(import ./overlays)
|
||||
agenix.nixosModules.default
|
||||
|
@ -74,7 +74,7 @@
|
|||
./modules/system-packages.nix
|
||||
./modules/kvm.nix
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ final, prev, ... }: {
|
||||
ddcci-driver = prev.ddcci-driver.overrideAttrs
|
||||
(old: {
|
||||
patches = [
|
||||
(prev.fetchpatch {
|
||||
url = "https://gitlab.com/Sweenu/ddcci-driver-linux/-/commit/7f851f5fb8fbcd7b3a93aaedff90b27124e17a7e.patch";
|
||||
hash = "sha256-Y1ktYaJTd9DtT/mwDqtjt/YasW9cVm0wI43wsQhl7Bg=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue