mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Remove unused inputs
This commit is contained in:
parent
fdecd84428
commit
2c6c36e7d2
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue