flakes: update, set nix to 2.21, europa: disable fprintd

This commit is contained in:
Aaron Bieber 2024-03-26 18:39:48 -06:00
parent 9b2fdff1bf
commit 7e25a9ac19
No known key found for this signature in database
3 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, inputs, ... }:
{ {
nix = { nix = {
package = pkgs.nixVersions.nix_2_19; package = inputs.unstable.legacyPackages.${pkgs.system}.nixVersions.nix_2_21;
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";

View File

@ -526,11 +526,11 @@
}, },
"unstable": { "unstable": {
"locked": { "locked": {
"lastModified": 1711429095, "lastModified": 1711486535,
"narHash": "sha256-xb7XhAHqs55Fve7/qkeKpBkpMoyhALFAhlGfEwvNNOw=", "narHash": "sha256-7HDFQdlb0RcELsOMHSoW7w8X+RlH7sc0l+YSGYurytY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9ec2464a9a3aa8fefaad11aae6e7a519d2559b9e", "rev": "74518d2bf610de186cc000d1d479cb975e5a9ffc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -541,11 +541,11 @@
}, },
"unstableSmall": { "unstableSmall": {
"locked": { "locked": {
"lastModified": 1711333969, "lastModified": 1711437523,
"narHash": "sha256-5PiWGn10DQjMZee5NXzeA6ccsv60iLu+Xtw+mfvkUAs=", "narHash": "sha256-lzKaFdlecRjS580jFQfY0TeOQknROUfhUJKpVdXEQGY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "57e6b3a9e4ebec5aa121188301f04a6b8c354c9b", "rev": "034253ed29c57858b532c2dffb205aa31651b819",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -234,12 +234,9 @@ in
}; };
}; };
fprintd = { fprintd = {
enable = true; enable = false;
package = pkgs.fprintd.overrideAttrs { package = pkgs.fprintd.overrideAttrs {
mesonCheckFlags = [ doCheck = false;
"--no-suite"
"fprintd:TestPamFprintd"
];
}; };
}; };
avahi = { avahi = {