1
0
Fork 0
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:
Robert Hensing 2021-11-21 16:07:35 +01:00
parent 7460d63718
commit 0405415b90

View file

@ -7,9 +7,6 @@
outputs = { self, nixpkgs, ... }: {
lib = import ./lib.nix { inherit (nixpkgs) lib; };
flakeModules = {
core = ./all-modules.nix;
};
};
}