feat: Rollback fprintd to nixos-24.11

This commit is contained in:
uttarayan21
2025-03-30 18:42:54 +05:30
parent 154028cf02
commit 5fbc63cb28
3 changed files with 30 additions and 1 deletions

17
flake.lock generated
View File

@@ -1815,6 +1815,22 @@
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1743231893,
"narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c570c1f5304493cafe133b8d843c7c1c4a10d3a6",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1741708242,
@@ -2202,6 +2218,7 @@
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_4",
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-stable": "nixpkgs-stable_2",
"nixvim": "nixvim",
"nno": "nno",
"nur": "nur",

View File

@@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs/master";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
disko = {
url = "github:nix-community/disko/latest";

View File

@@ -195,6 +195,17 @@
final.doctest
];
});
fprintd = inputs.nixpkgs-stable.legacyPackages.${prev.system}.fprintd;
# fprintd = prev.fprintd.overrideAttrs (oldAttrs: {
# version = "git";
# src = final.fetchFromGitHub {
# owner = "ericlinagora";
# repo = "fprintd-CS9711";
# rev = "03ace5b20146eb01c77fb3ea63e1909984d6d377";
# sha256 = "sha256-gr3UvFB6D04he/9zawvQIuwfv0B7fEZb6BGiNAbLids";
# };
# buildInputs = oldAttrs.buildInputs ++ [final.libfprint];
# });
};
csshacks = final: prev: {
csshacks = inputs.csshacks;
@@ -216,7 +227,7 @@
};
in
[
# libfprint
libfprint
zellij
catppuccinThemes
tmuxPlugins