From fc05eb7824bbc144544b5360dc2787958a6fce80 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 2 Jun 2026 23:43:13 +0200 Subject: [PATCH] Pin stylix to stable release --- flake.lock | 13 +++++++------ flake.nix | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 98a7a25..4fcdb71 100644 --- a/flake.lock +++ b/flake.lock @@ -642,11 +642,11 @@ ] }, "locked": { - "lastModified": 1780281641, - "narHash": "sha256-M/+hUKoKbHXpV0xGVfELbN1Ds1aoe3pL5p5/t46YhVo=", + "lastModified": 1779766384, + "narHash": "sha256-P7Ohnlq8b8b2fU+Sgkrej7LBTM60LBTkHleLuYzmLmU=", "owner": "nix-community", "repo": "NUR", - "rev": "30f9ae2f04174de63ba8bcf3580ca90843b28a01", + "rev": "57800b7ab648725ccd33551d01484ee14952ad3f", "type": "github" }, "original": { @@ -739,15 +739,16 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1780418031, - "narHash": "sha256-/lkloe/Vlpq8GmKiHzxA3woYUubWX1mV/RDtv8TE4d0=", + "lastModified": 1780418496, + "narHash": "sha256-m34WEd1dxo17CQUz702xJrMsnTewsaYyeKKi5Y86HJw=", "owner": "nix-community", "repo": "stylix", - "rev": "b670c2bdf09861b3215f30fc8a70f2fe26dc5f16", + "rev": "45b51150627b28b1d4a4ab4e5d645af8cb7c2ef6", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-26.05", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index b4541ce..19d20e6 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ deploy-rs.url = "github:serokell/deploy-rs"; stylix = { - url = "github:nix-community/stylix"; + url = "github:nix-community/stylix/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; };