From 0b4f1add1bcc1a207435db254145e4b48b0cede7 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 7 Dec 2022 16:57:22 +0700 Subject: [PATCH] makeFlakeOutputs: improve error message for missing `projects` --- src/lib.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.nix b/src/lib.nix index cd40c854..3445f135 100644 --- a/src/lib.nix +++ b/src/lib.nix @@ -75,8 +75,8 @@ Please pass `projects` to makeFlakeOutputs. `projects` can be: - an attrset - - a path to a .toml file - - a path to a .json file + - a path to a .toml file (not empty & added to git) + - a path to a .json file (not empty & added to git) To generate a projects.toml file automatically: 1. execute: