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