mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 11:04:06 +02:00
add maintenance notice
This commit is contained in:
parent
ed430050f0
commit
3f024fb85a
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -2,11 +2,17 @@
|
|||
|
||||
[nvidia-patch](https://github.com/keylase/nvidia-patch) flake for NixOS
|
||||
|
||||
> [!NOTE]
|
||||
> I'm currently not using any nvidia hardware anymore so I'm no longer using this myself.
|
||||
>
|
||||
> While things should keep working, I'm no longer testing things.
|
||||
> If you interest is taking over maintenership of this project then feel free to reach out.
|
||||
|
||||
## Usage
|
||||
|
||||
- Add this flake to your flake inputs:
|
||||
```
|
||||
nvidia-patch.url = "github:icewind1991/nvidia-patch-nixos";
|
||||
nvidia-patch.url = "github:icewind1991/nvidia-patch-nixos";
|
||||
nvidia-patch.inputs.nixpkgs.follows = "nixpkgs";
|
||||
```
|
||||
|
||||
|
|
@ -27,7 +33,7 @@
|
|||
in {
|
||||
hardware.nvidia.package = pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc package);
|
||||
}
|
||||
|
||||
|
||||
```
|
||||
|
||||
## Changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue