From efac691f6d918b7ef330b346d705adefdb81f07c Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Tue, 3 Dec 2024 12:29:06 -0500 Subject: [PATCH] update stylix to release version --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index aad8a0c..9125dc4 100644 --- a/flake.lock +++ b/flake.lock @@ -428,15 +428,16 @@ "tinted-tmux": "tinted-tmux" }, "locked": { - "lastModified": 1733153724, - "narHash": "sha256-28nueT0pl+YpwUey44InOqct4+7p+DkiKOfkBBDCOeU=", + "lastModified": 1732993760, + "narHash": "sha256-t1J6wgzGjvvGNfdd0ei8HnZf9sTw+SpvCNAX0i6Qgwc=", "owner": "danth", "repo": "stylix", - "rev": "74ee1ed5057e44edbcc36aa189a91d31eda60485", + "rev": "d13ffb381c83b6139b9d67feff7addf18f8408fe", "type": "github" }, "original": { "owner": "danth", + "ref": "release-24.11", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index c1256e3..72ae763 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ }; impermanence.url = "github:nix-community/impermanence"; stylix = { - url = "github:danth/stylix"; # TODO: /release-24.11"; + url = "github:danth/stylix/release-24.11"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager";