mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Remove unnecessary flakeModules from flake
This commit is contained in:
parent
7460d63718
commit
0405415b90
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }: {
|
outputs = { self, nixpkgs, ... }: {
|
||||||
lib = import ./lib.nix { inherit (nixpkgs) lib; };
|
lib = import ./lib.nix { inherit (nixpkgs) lib; };
|
||||||
flakeModules = {
|
|
||||||
core = ./all-modules.nix;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue