diff --git a/flake.lock b/flake.lock index 89be4a2..8b8b1b8 100644 --- a/flake.lock +++ b/flake.lock @@ -372,32 +372,31 @@ ] }, "locked": { - "lastModified": 1722202622, - "narHash": "sha256-AOe1F9EbQpcluAP+mq+i8T3/OfMu7ALiQtSdF+oAJRE=", + "lastModified": 1723399884, + "narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=", "owner": "nix-community", "repo": "home-manager", - "rev": "587fcca66e9d11c8e2357053c096a8a727c120ab", + "rev": "086f619dd991a4d355c07837448244029fc2d9ab", "type": "github" }, "original": { "owner": "nix-community", "repo": "home-manager", - "rev": "587fcca66e9d11c8e2357053c096a8a727c120ab", "type": "github" } }, "lix": { "flake": false, "locked": { - "lastModified": 1720626042, - "narHash": "sha256-f8k+BezKdJfmE+k7zgBJiohtS3VkkriycdXYsKOm3sc=", - "rev": "2a4376be20d70feaa2b0e640c5041fb66ddc67ed", + "lastModified": 1723503926, + "narHash": "sha256-Rosl9iA9MybF5Bud4BTAQ9adbY81aGmPfV8dDBGl34s=", + "rev": "bcaeb6388b8916ac6d1736e3aa2b13313e6a6bd2", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2a4376be20d70feaa2b0e640c5041fb66ddc67ed.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/2.90.0.tar.gz" + "url": "https://git.lix.systems/lix-project/lix/archive/2.91.0.tar.gz" } }, "lix-module": { @@ -410,15 +409,15 @@ ] }, "locked": { - "lastModified": 1720641669, - "narHash": "sha256-yEO2cGNgzm9x/XxiDQI+WckSWnZX63R8aJLBRSXtYNE=", - "rev": "5c48c833c15bb80d127a398a8c2484d42fdd8257", + "lastModified": 1723510904, + "narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=", + "rev": "622a2253a071a1fb97a4d3c8103a91114acc1140", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/5c48c833c15bb80d127a398a8c2484d42fdd8257.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz?rev=622a2253a071a1fb97a4d3c8103a91114acc1140" }, "original": { "type": "tarball", - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz" + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz" } }, "mkalias": { @@ -457,11 +456,11 @@ ] }, "locked": { - "lastModified": 1723325281, - "narHash": "sha256-Niml3QBS8LjFRYTTMlW2vmsx418+0VKjveeYDTS5FNU=", + "lastModified": 1723528508, + "narHash": "sha256-4++qlOlqMoZz3h/g48f+TY3r75h+EBToRNmgcVWKpsE=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "36f4ce24cf1eb4b8e427074ee80dde1d5ea70c21", + "rev": "f019c7b0e7f478e4aaf2b406785a8d6ec6d1957d", "type": "github" }, "original": { @@ -473,11 +472,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1723242951, - "narHash": "sha256-0ipIEZ6P612iDUqd/FIWow4jNY1SPeeTl7cTqkfBraI=", + "lastModified": 1723504195, + "narHash": "sha256-Tt+UtP3iSQATu2CUgFgtPkobASE7Rbf2AWZeLH8fthU=", "owner": "neovim", "repo": "neovim", - "rev": "4e8efe002e976de1a22dcce6a1e800aeb6acad70", + "rev": "9768e88f3891b5594eb2d556bd3bdf40c61d46e1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 2d582b6..5588d3d 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # Lix lix-module = { - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -44,7 +44,7 @@ }; home-manager = { - url = "github:nix-community/home-manager?rev=587fcca66e9d11c8e2357053c096a8a727c120ab"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; };