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

Add a valid description placeholder

This commit is contained in:
Robert Hensing 2022-05-11 21:48:14 +02:00
parent 1f279cdf15
commit 85666d4657

View file

@ -1,5 +1,5 @@
{
description = /* ... */;
description = "Description for the project";
inputs = {
flake-modules-core.url = "github:hercules-ci/flake-modules-core";