mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 11:04:06 +02:00
Update README.md
This commit is contained in:
parent
dbdff6fab7
commit
f8c827b253
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ nvidia-patch flake for NixOS
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
rev = "af2616a252c990a8435bf86cf4788ce435474e24"; # revision from https://github.com/keylase/nvidia-patch to use
|
rev = "b63013c"; # revision from https://github.com/keylase/nvidia-patch to use
|
||||||
hash = "sha256-yocxfo7YvBCpHVV/ZhNQssyd3L9jvMFP7tz0cQucLr4="; # sha256sum for https://github.com/keylase/nvidia-patch at the specified revision
|
hash = "sha256-EDPoMTj3J1f/7Sv/q7P/lZ4r2aXOCdsbZ4FumbvuCWk="; # sha256sum for https://github.com/keylase/nvidia-patch at the specified revision
|
||||||
|
|
||||||
# create patch functions for the specified revision
|
# create patch functions for the specified revision
|
||||||
nvidia-patch = pkgs.nvidia-patch rev hash;
|
nvidia-patch = pkgs.nvidia-patch rev hash;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue