mirror of
https://github.com/icewind1991/nvidia-patch-nixos.git
synced 2026-06-03 11:04:06 +02:00
sort json
This commit is contained in:
parent
c21e8429ae
commit
d69ca7cc3f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,6 @@ writeShellApplication {
|
|||
cp "$1" /tmp/nvidia-patch/patch.sh
|
||||
cd /tmp/nvidia-patch
|
||||
patch -p1 < ${./extract-patch-list.diff} 1>&2
|
||||
bash patch.sh
|
||||
bash patch.sh | jq --sort-keys .
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue