Merge pull request #2 from pizzaandcheese/mainfix

fixed typo
This commit is contained in:
Robin Appelman 2023-10-09 13:31:50 +02:00 committed by GitHub
commit 641f6bb1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ nvidia-patch flake for NixOS
- Add this flake to your flake inputs: - Add this flake to your flake inputs:
``` ```
nvidia-patch.url = "github:pizzaandcheese/nvidia-patch-nixos"; nvidia-patch.url = "github:icewind1991/nvidia-patch-nixos";
nvidia-patch.inputs.nixpkgs.follows = "nixpkgs"; nvidia-patch.inputs.nixpkgs.follows = "nixpkgs";
``` ```