1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Remove unused inputs

This commit is contained in:
RGBCube 2024-01-10 15:30:26 +03:00
parent fdecd84428
commit 2c6c36e7d2
No known key found for this signature in database

View file

@ -77,24 +77,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tools = {
url = "github:RGBCube/FlakeTools";
inputs.nixpkgs.follows = "nixpkgs";
};
themes = {
url = "github:RGBCube/ThemeNix";
};
};
outputs = {
nixSuper,
nixpkgs,
agenix,
homeManager,
fenix,
site,
tools,
themes,
...
} @ inputs: let