mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore: remove unused overlays
This commit is contained in:
parent
7da0924d91
commit
76893ae125
37 changed files with 47 additions and 1530 deletions
|
|
@ -50,9 +50,5 @@
|
|||
in {
|
||||
inherit (outputs) devShells legacyPackages packages checks;
|
||||
inherit (systems) deploy nixosConfigurations;
|
||||
lib = {
|
||||
std = import ./std.nix {inherit inputs;};
|
||||
nixlib = inputs.nixpkgs.lib;
|
||||
inherit tree;
|
||||
};
|
||||
lib = import ./lib.nix {inherit tree inputs;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue