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

8
flake.lock generated
View file

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

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