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
|
[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
|
## Usage
|
||||||
|
|
||||||
- Add this flake to your flake inputs:
|
- 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";
|
nvidia-patch.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -27,7 +33,7 @@
|
||||||
in {
|
in {
|
||||||
hardware.nvidia.package = pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc package);
|
hardware.nvidia.package = pkgs.nvidia-patch.patch-nvenc (pkgs.nvidia-patch.patch-fbc package);
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue