chore: Bump Flake Nixpkgs input and inherit `xrlinuxdriver` pkg

This commit is contained in:
Dom Rodriguez 2026-07-12 18:11:43 +01:00
parent f8f84b8e82
commit 6e68ed2ad1
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
2 changed files with 4 additions and 3 deletions

View File

@ -34,11 +34,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1776169885,
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
"lastModified": 1783776592,
"narHash": "sha256-UgCQzxeWI75XM8G+hPrPh+MKzEPjG3SpAj7dtqSbksA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
"rev": "e7a3ca8092b61ff85b6a45bf863ea2b2d6a661b3",
"type": "github"
},
"original": {

View File

@ -49,6 +49,7 @@
meta.mainProgram = "breezydesktop";
};
default = self.packages.${pkgs.stdenv.hostPlatform.system}.breezy-desktop;
inherit (inputs.xrlinuxdriver.packages.${pkgs.stdenv.hostPlatform.system}) xrlinuxdriver;
}
);