fix(stylix): pin to 25.05
All checks were successful
/ check (push) Successful in 9s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

The branch is now available.
This commit is contained in:
Jalil David Salamé Messina 2025-05-21 08:35:46 +02:00
parent 65f41fef0f
commit 7c76072ba2
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 5 additions and 5 deletions

View file

@ -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";