1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37: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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
tools = {
url = "github:RGBCube/FlakeTools";
inputs.nixpkgs.follows = "nixpkgs";
};
themes = { themes = {
url = "github:RGBCube/ThemeNix"; url = "github:RGBCube/ThemeNix";
}; };
}; };
outputs = { outputs = {
nixSuper,
nixpkgs, nixpkgs,
agenix, agenix,
homeManager, homeManager,
fenix,
site, site,
tools,
themes, themes,
... ...
} @ inputs: let } @ inputs: let