From 1024c2e72c30b754dea9f5c3013ed88636d69943 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 26 Dec 2024 01:20:07 -0800 Subject: [PATCH] chore: stylix follow nixpkgs --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 16d9dd8..9a081d2 100755 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,11 @@ inputs.flake-parts.follows = "flake-parts"; }; - stylix.url = "github:danth/stylix"; + stylix = { + url = "github:danth/stylix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-utils.follows = "flake-utils"; + }; nix-index-database = { url = "github:marienz/nix-index-database";