nixos/profiles/minimal: don't generate fish completions

(cherry picked from commit dbf39b7ddb)
This commit is contained in:
Sizhe Zhao
2025-06-20 14:11:15 +08:00
committed by github-actions[bot]
parent c567580239
commit b41bf4567a

View File

@@ -27,6 +27,7 @@ in
# The lessopen package pulls in Perl.
less.lessopen = mkDefault null;
command-not-found.enable = mkDefault false;
fish.generateCompletions = mkDefault false;
};
# This pulls in nixos-containers which depends on Perl.