diff --git a/flake.nix b/flake.nix index 52e3aa3..16d82fa 100644 --- a/flake.nix +++ b/flake.nix @@ -20,10 +20,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nix-colors = { - url = "github:misterio77/nix-colors"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # nix-colors is a pure data flake (base16 schemes) — it has no inputs, + # so any `inputs.X.follows` declaration here triggers a "non-existent + # input" warning. Just URL it. + nix-colors.url = "github:misterio77/nix-colors"; stylix = { url = "github:danth/stylix"; inputs.nixpkgs.follows = "nixpkgs";