chore(signal-to-blog): update
feat: enable opentablet driver for osu
This commit is contained in:
parent
e307a12d77
commit
c4325a82e7
|
@ -77,4 +77,5 @@
|
|||
#nixpkgs.config.cudaSupport = true;
|
||||
|
||||
programs.streamcontroller.enable = true;
|
||||
hardware.opentabletdriver.enable = true;
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@ rustPlatform.buildRustPackage {
|
|||
|
||||
src = fetchgit {
|
||||
url = "https://forge.lel.lol/patrick/signal-to-blog.git";
|
||||
rev = "280acaa8b03fb15d84ba594f1dd7f5c28aa1c2c1";
|
||||
hash = "sha256-ZoQUlR+qsBE9AP8s1kh5KyGmtWQQ0KSYakaxgUegSZ4=";
|
||||
rev = "bdb7c803d2185ca1d5cd11d21f3606eef34b0555";
|
||||
hash = "sha256-mcgP1u+a63W+gbvIpz0uXqwcd2AOKC+VcDpK0mV6GIg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-q9r1VeRQ5HOmBdst58MgS+hdyEXHIdncqV1v3OTmQv8=";
|
||||
|
|
Loading…
Reference in a new issue