From 066b4af13d5b9c94ebb2eb4fecb23b10626398f0 Mon Sep 17 00:00:00 2001 From: Chris Dombroski Date: Wed, 12 Jun 2024 11:23:30 -0400 Subject: [PATCH] Update stylix to release --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index ee69797..c213604 100644 --- a/flake.lock +++ b/flake.lock @@ -340,15 +340,16 @@ ] }, "locked": { - "lastModified": 1717866166, - "narHash": "sha256-iOeRZXIhFpQJdxzNJ3nUAANyDfLqCslRhjGhLD2RstM=", + "lastModified": 1718122552, + "narHash": "sha256-A+dBkSwp8ssHKV/WyXb9uqIYrHBqHvtSedU24Lq9lqw=", "owner": "danth", "repo": "stylix", - "rev": "ca3247ed8cfbf369f3fe1b7a421579812a95c101", + "rev": "e59d2c1725b237c362e4a62f5722f5b268d566c7", "type": "github" }, "original": { "owner": "danth", + "ref": "release-24.05", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 3d7197f..abaa580 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ }; impermanence.url = "github:nix-community/impermanence"; stylix = { - url = "github:danth/stylix"; + url = "github:danth/stylix/release-24.05"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager";