chore: stylix follow nixpkgs

This commit is contained in:
Youwen Wu 2024-12-26 01:20:07 -08:00
parent 9864c122d8
commit 1024c2e72c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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