diff --git a/flake.lock b/flake.lock index 608b2cc..58f0a78 100644 --- a/flake.lock +++ b/flake.lock @@ -180,15 +180,15 @@ "lix": { "flake": false, "locked": { - "lastModified": 1720626042, - "narHash": "sha256-w8JAk9Z3Fmkyway0VCjy/PtoBC6bGQVhNfTzFA98Pg8=", - "rev": "4bbdb2f5564b9b42bcaf0e1eec28325300f31c72", + "lastModified": 1723503926, + "narHash": "sha256-Rosl9iA9MybF5Bud4BTAQ9adbY81aGmPfV8dDBGl34s=", + "rev": "bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/4bbdb2f5564b9b42bcaf0e1eec28325300f31c72.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2.tar.gz?rev=bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2" }, "original": { "type": "tarball", - "url": "https://git.lix.systems/lix-project/lix/archive/release-2.90.tar.gz" + "url": "https://git.lix.systems/lix-project/lix/archive/2.91.0.tar.gz" } }, "lix-module": { @@ -201,16 +201,16 @@ ] }, "locked": { - "lastModified": 1720641872, - "narHash": "sha256-8M7l2GJkYpe5h51//rRocBXKgdz7QSkY94ZUgoUpjTY=", - "ref": "release-2.90", - "rev": "acc5d87da90dd925101779ea27de60bdf3db339c", - "revCount": 91, + "lastModified": 1723510904, + "narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=", + "ref": "release-2.91", + "rev": "a0427505deb646bff65f23c06dd7f1036c782834", + "revCount": 104, "type": "git", "url": "https://git.lix.systems/lix-project/nixos-module" }, "original": { - "ref": "release-2.90", + "ref": "release-2.91", "type": "git", "url": "https://git.lix.systems/lix-project/nixos-module" } @@ -274,8 +274,8 @@ }, "original": { "owner": "NixOS", - "ref": "14c333162ba53c02853add87a0000cbd7aa230c2", "repo": "nixos-hardware", + "rev": "14c333162ba53c02853add87a0000cbd7aa230c2", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 5363336..0765755 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ # If you'd rather use regular Nix, remove `lix-module.nixosModules.default` from the `modules` section below. # To learn more about Lix, see https://lix.systems/ lix-module = { - url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.90"; + url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.91"; inputs.nixpkgs.follows = "nixpkgs"; };