From 85666d4657355879aa0e1d610dc1c4b32afd3666 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 11 May 2022 21:48:14 +0200 Subject: [PATCH] Add a valid description placeholder --- template/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/flake.nix b/template/flake.nix index 7b1fd37..7a6275a 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -1,5 +1,5 @@ { - description = /* ... */; + description = "Description for the project"; inputs = { flake-modules-core.url = "github:hercules-ci/flake-modules-core";