diff --git a/flake.lock b/flake.lock index 94b1955..eb552a8 100644 --- a/flake.lock +++ b/flake.lock @@ -236,11 +236,11 @@ ] }, "locked": { - "lastModified": 1712759992, - "narHash": "sha256-2APpO3ZW4idlgtlb8hB04u/rmIcKA8O7pYqxF66xbNY=", + "lastModified": 1713166971, + "narHash": "sha256-t0P/rKlsE5l1O3O2LYtAelLzp7PeoPCSzsIietQ1hSM=", "owner": "nix-community", "repo": "home-manager", - "rev": "31357486b0ef6f4e161e002b6893eeb4fafc3ca9", + "rev": "1c43dcfac48a2d622797f7ab741670fdbcf8f609", "type": "github" }, "original": { @@ -257,18 +257,19 @@ "niri-unstable": "niri-unstable", "nixpkgs": [ "nixpkgs" - ] + ], + "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1712922020, - "narHash": "sha256-ZBL7P+tVNrUqngC0fmbKHSDr3ddnVc+nyh0c/sxxndQ=", - "owner": "twoneis", + "lastModified": 1713164467, + "narHash": "sha256-Ilx6c0DjS1gqHE9gFiTc23q6xn/iIRX2LqWOd4RDoJg=", + "owner": "sodiboo", "repo": "niri-flake", - "rev": "8ba9551153e90acd9a8487b370d6a7cc8e41e9d9", + "rev": "3be20f5fdb0fbd5b198062d21888e247d302353b", "type": "github" }, "original": { - "owner": "twoneis", + "owner": "sodiboo", "repo": "niri-flake", "type": "github" } @@ -293,11 +294,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1712736594, - "narHash": "sha256-r9i9cZUB02l0qhJ7Q4g3zXM8uClM4zxjEYM1AAFq48I=", + "lastModified": 1713090581, + "narHash": "sha256-1TZonJRiYAJSlwTIXahd+7Hmf/F0uDx70dd6/fNKrVM=", "owner": "YaLTeR", "repo": "niri", - "rev": "0cd149c939c1f756a96381a84801073021ac1e63", + "rev": "568fbe26fe58be7de34e46ddb980a26d12e85ac6", "type": "github" }, "original": { @@ -371,6 +372,22 @@ "type": "github" } }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1713013257, + "narHash": "sha256-ZEfGB3YCBVggvk0BQIqVY7J8XF/9jxQ68fCca6nib+8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "90055d5e616bd943795d38808c94dbf0dd35abe8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.11", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_2": { "locked": { "lastModified": 1712026416, @@ -387,11 +404,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1712791164, - "narHash": "sha256-3sbWO1mbpWsLepZGbWaMovSO7ndZeFqDSdX0hZ9nVyw=", + "lastModified": 1712963716, + "narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1042fd8b148a9105f3c0aca3a6177fd1d9360ba5", + "rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", "type": "github" }, "original": { @@ -403,11 +420,11 @@ }, "nur": { "locked": { - "lastModified": 1712918680, - "narHash": "sha256-luYW6W6PQ491E/fIaHwVNhjpgoEZYjyiotWr7p+mtTY=", + "lastModified": 1713184705, + "narHash": "sha256-1trMJty4RsRsqqWPzIA+IXGLwb/cPdBDGviAPeWKOXA=", "owner": "nix-community", "repo": "nur", - "rev": "67d041f54e20ba1abf70069400e6637a3655b9b5", + "rev": "5a7aaebb2fa6569366e789a0252f33ba13bb7373", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index cac63e0..cbc14ef 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ }; niri = { - url = "github:twoneis/niri-flake"; + url = "github:sodiboo/niri-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; };