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:
parent
140da4067f
commit
f2f09d5752
1 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
};
|
||||
|
||||
outputs = { self, ... }:
|
||||
{
|
||||
};
|
||||
{
|
||||
# Without good or dev outputs, we only use flakes for inputs here.
|
||||
# The dev tooling is in ./flake-module.nix
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue