mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
chore: stylix follow nixpkgs
This commit is contained in:
parent
9864c122d8
commit
1024c2e72c
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue