1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-31 04:04:55 +00:00

Use flake.nix as the location

This commit is contained in:
Yang, Bo 2023-05-09 10:02:31 -07:00
parent 7ca7b6face
commit 8ad164c064

View file

@ -10,7 +10,7 @@
flake-parts.lib.mkFlake
{
inherit inputs;
moduleLocation = ./.;
moduleLocation = ./flake.nix;
}
./modules/dogfood.nix
).flakeModules.dogfood;