Katherina Walshe-Grey 2025-07-22 12:14:53 +01:00
parent 631c61e53d
commit 3dbfd4d03b
2 changed files with 13 additions and 5 deletions

12
flake.lock generated
View file

@ -180,11 +180,13 @@
"lix": { "lix": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751235704, "lastModified": 1753042913,
"narHash": "sha256-J4ycLoXHPsoBoQtEXFCelL4xlq5pT8U9tNWNKm43+YI=", "narHash": "sha256-qJbb3maOuWoQPI1cN1w1ha/ks+gxGWWr75GCNQjsaeo=",
"rev": "1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6", "ref": "release-2.93",
"type": "tarball", "rev": "dc6d5962a57659b4f54ebdf0c8676847bd80212a",
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6.tar.gz?rev=1d7368585eebaa2c4bdbcb88fe600cfb2239b2c6" "revCount": 17880,
"type": "git",
"url": "https://git.lix.systems/lix-project/lix"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",

View file

@ -9,6 +9,12 @@
# lix haven't figured out automatic updates yet: https://git.lix.systems/lix-project/nixos-module/issues/39 # lix haven't figured out automatic updates yet: https://git.lix.systems/lix-project/nixos-module/issues/39
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
# Temporary: use 2.93 release branch until 2.93.3 is released
# see bug: https://git.lix.systems/lix-project/lix/issues/917
inputs.lix = {
url = "git+https://git.lix.systems/lix-project/lix?ref=release-2.93";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
home-manager = { home-manager = {