diff --git a/flake.lock b/flake.lock index a103a6d..cdd7e49 100644 --- a/flake.lock +++ b/flake.lock @@ -298,15 +298,16 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1733153724, - "narHash": "sha256-28nueT0pl+YpwUey44InOqct4+7p+DkiKOfkBBDCOeU=", + "lastModified": 1732993760, + "narHash": "sha256-t1J6wgzGjvvGNfdd0ei8HnZf9sTw+SpvCNAX0i6Qgwc=", "owner": "danth", "repo": "stylix", - "rev": "74ee1ed5057e44edbcc36aa189a91d31eda60485", + "rev": "d13ffb381c83b6139b9d67feff7addf18f8408fe", "type": "github" }, "original": { "owner": "danth", + "ref": "release-24.11", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 665fe7a..3a54bf3 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { - url = "github:danth/stylix"; # pin to release-24.11 once available + url = "github:danth/stylix/release-24.11"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "lix-module/flake-utils";