updated README

added example to the README that shows how to make this flake follow the users set nixpkgs
This commit is contained in:
ryan.mcgee 2023-10-08 09:27:54 -05:00
commit ff1266db41
No known key found for this signature in database
GPG key ID: 2231A3CD46413B6F

View file

@ -7,6 +7,7 @@ nvidia-patch flake for NixOS
- 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";
``` ```
- Apply the overlay: - Apply the overlay: