New xrizer version

This commit is contained in:
2025-12-01 00:54:19 -05:00
parent 6a690d6fed
commit 5d0794abba
2 changed files with 4 additions and 4 deletions

View File

@ -2,15 +2,15 @@
description = "Root System NixOS flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};

View File

@ -7,7 +7,7 @@
src = final.fetchFromGitHub {
owner = "ImSapphire";
repo = "xrizer";
rev = "494617d132c59fceeb10cc70c865b3065e6070c1";
rev = "b0fd6807b9c6ab7cd16339e478ac3c78881080c9";
hash = "sha256-D9jLaxWNce8XHfYePyOF2HEmJuDMKhuty+VO0CP8I38=";
};
cargoDeps = prev.rustPackages.rustPlatform.fetchCargoVendor {