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";