From 0bbe3e14c1b8f05ce01269e2553813a8c2c55704 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 27 Sep 2023 18:38:06 +0000 Subject: [PATCH] flake: show flake targets as part of "help" --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index d07046ec9..9d3ce4116 100644 --- a/flake.nix +++ b/flake.nix @@ -334,6 +334,9 @@ ''; in builtins.toString (pkgs.writeShellScript "nixos-config-help" '' cat ${helpMsg} + echo "" + echo "complete flake structure:" + nix flake show --option allow-import-from-derivation true ''); }; update.pkgs = mkUpdaters { ignore = [ ["feeds"] ]; } [];