[Desktop] fix OpenTabletDriver

This commit is contained in:
Antoine Viallon 2024-12-02 11:35:16 +01:00
parent ec1d52bc25
commit da5a352496
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 8 additions and 1 deletions

View file

@ -13,6 +13,11 @@
fps.url = "github:wamserma/flake-programs-sqlite";
fps.inputs.nixpkgs.follows = "nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
opentabletdriver = {
url = "github:OpenTabletDriver/OpenTabletDriver";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs =
@ -22,6 +27,7 @@
, nixpkgs-unstable
, fps
, suyu
, opentabletdriver
, ...
}: let
lib = nixpkgs.lib;