(systems/puzzlevision) add support for fingerprint scanner 04f3:0c00

This commit is contained in:
Jo 2025-01-20 18:23:20 +01:00
parent 65ef160a32
commit 26915606dd
4 changed files with 52 additions and 5 deletions

45
flake.lock generated
View file

@ -54,6 +54,24 @@
"url": "https://flakehub.com/f/catppuccin/nix/1.2.%2A.tar.gz"
}
},
"elanmoc2": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1731852525,
"narHash": "sha256-t3wgLs3I38Ijc/JuxUKuVGZFF3eeYeFNibps5wbSsv4=",
"owner": "sandptel",
"repo": "elanmoc2",
"rev": "8b049aa1f184b34b7f6829472b10ea8453bd5806",
"type": "github"
},
"original": {
"owner": "sandptel",
"repo": "elanmoc2",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -305,16 +323,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1736241350,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
"lastModified": 1737062831,
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -367,6 +385,22 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1736241350,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nuscht-search": {
"inputs": {
"flake-utils": "flake-utils",
@ -393,11 +427,12 @@
"root": {
"inputs": {
"catppuccin": "catppuccin",
"elanmoc2": "elanmoc2",
"ghostty": "ghostty",
"hardware": "hardware",
"home-manager": "home-manager_2",
"nix-flatpak": "nix-flatpak",
"nixpkgs": "nixpkgs",
"nixpkgs": "nixpkgs_2",
"snowfall-lib": "snowfall-lib",
"sops-nix": "sops-nix",
"zen-browser": "zen-browser"