[Desktop/General, Flake] remove opentabletdriver override

This commit is contained in:
Antoine Viallon 2025-12-16 02:57:36 +01:00
parent c9ded32d12
commit 346253a25c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 1 additions and 8 deletions

View file

@ -16,11 +16,6 @@
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";
};
};
outputs =
@ -30,7 +25,6 @@
, nixpkgs-unstable
, fps
, suyu
, opentabletdriver
, ...
}: let
lib = nixpkgs.lib;