flake: show flake targets as part of "help"
This commit is contained in:
@@ -334,6 +334,9 @@
|
|||||||
'';
|
'';
|
||||||
in builtins.toString (pkgs.writeShellScript "nixos-config-help" ''
|
in builtins.toString (pkgs.writeShellScript "nixos-config-help" ''
|
||||||
cat ${helpMsg}
|
cat ${helpMsg}
|
||||||
|
echo ""
|
||||||
|
echo "complete flake structure:"
|
||||||
|
nix flake show --option allow-import-from-derivation true
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
update.pkgs = mkUpdaters { ignore = [ ["feeds"] ]; } [];
|
update.pkgs = mkUpdaters { ignore = [ ["feeds"] ]; } [];
|
||||||
|
Reference in New Issue
Block a user