From 7c76072ba2c27f3cc2a8268b61b41bc8cd3bffba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 21 May 2025 08:35:46 +0200 Subject: [PATCH] fix(stylix): pin to 25.05 The branch is now available. --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index b0f3270..c55a0aa 100644 --- a/flake.lock +++ b/flake.lock @@ -410,16 +410,16 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1747769259, - "narHash": "sha256-UGfeK8/iUZVWDOYdEpbcbt0liTRIDNNepVzKzWPp6Zc=", + "lastModified": 1747768578, + "narHash": "sha256-OR+XE+Js/kc7/tUxrjUSoDkAEbQXZ3QTEsyC5sgWzzw=", "owner": "nix-community", "repo": "stylix", - "rev": "69b3dd05e6b64c71a10fb749b5ac4d7c8e40f720", + "rev": "0aef18c27d67ca241df888ed8abc36ee6fbb5a47", "type": "github" }, "original": { "owner": "nix-community", - "ref": "master", + "ref": "release-25.05", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 2030f58..d4c836b 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; stylix = { - url = "github:nix-community/stylix/master"; # FIXME: pin to 25.05 once released + url = "github:nix-community/stylix/release-25.05"; inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; -- 2.49.0