From a746b4f1446bf2da0714f7112992dcfa70745632 Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Wed, 12 Feb 2025 06:29:57 +0500 Subject: [PATCH] stylix version fix --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ce6b955..7bb52f2 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - stylix.url = "github:danth/stylix"; + stylix = { + url = "github:danth/stylix/release-24.11"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # COMING SOON... #nixvim = {