From a9f80adf3eeba6200ce4470b71a00ed47f69e483 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:32:42 +0200 Subject: [PATCH] stylix: follow flake's nixpkgs and hm --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a78ddc1..21a4079 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,11 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - stylix.url = "github:danth/stylix"; + stylix = { + url = "github:danth/stylix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.home-manager.follows = "home-manager"; + }; nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"; };