1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

dev/flake.nix: Explain why we only use inputs

This commit is contained in:
Robert Hensing 2022-05-17 10:20:36 +02:00
parent 140da4067f
commit f2f09d5752

View file

@ -9,5 +9,7 @@
outputs = { self, ... }:
{
# Without good or dev outputs, we only use flakes for inputs here.
# The dev tooling is in ./flake-module.nix
};
}