From 68bfe174b9d442c3d31cec0b9e6a8e30b49d25fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 8 Jun 2024 22:49:32 +0200 Subject: [PATCH] [fix] flake.nix: track upstream stylix [stylix/#244][1] has been merged so I can finally stop using my fork (also I deleted that branch so it broke :p). [1]: --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 2c02604..c24cf11 100644 --- a/flake.lock +++ b/flake.lock @@ -507,16 +507,16 @@ ] }, "locked": { - "lastModified": 1717250350, - "narHash": "sha256-l7y55WbUrj4NVCzgo3GLmM1Z2HC2uLb8dLUt7FxfI5g=", - "owner": "jalil-salame", + "lastModified": 1718122552, + "narHash": "sha256-A+dBkSwp8ssHKV/WyXb9uqIYrHBqHvtSedU24Lq9lqw=", + "owner": "danth", "repo": "stylix", - "rev": "03a8c7744903f29f017fabeda833834bd873f956", + "rev": "e59d2c1725b237c362e4a62f5722f5b268d566c7", "type": "github" }, "original": { - "owner": "jalil-salame", - "ref": "enable-option", + "owner": "danth", + "ref": "release-24.05", "repo": "stylix", "type": "github" } diff --git a/flake.nix b/flake.nix index 6769b60..85d47f6 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware"; # FIXME: pin to 24.05 when avalialble stylix = { - url = "github:jalil-salame/stylix/enable-option"; + url = "github:danth/stylix/release-24.05"; inputs = { nixpkgs.follows = "nixpkgs"; home-manager.follows = "home-manager";