You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
programs.nix-index-database.comma.enable=lib.mkEnableOption"wrapping comma with nix-index-database and put it in the PATH";
3
+
programs={
4
+
nix-index-database.comma.enable=lib.mkEnableOption"wrapping comma with nix-index-database and put it in the PATH";
5
+
6
+
# TODO: Remove this option after the release of nixos-25.11.
7
+
nix-index.acknowledgeBreakingChange=lib.mkOption{
8
+
default=false;
9
+
example=true;
10
+
description=''Whether to acknowledge the breaking change introduced in PR https://github.com/nix-community/nix-index-database/pull/132 ("treewide: disable programs.nix-index.enable option by default").'';
"nix-index-database: programs.nix-index.enable no longer defaults to true. To disable this warning, set 'programs.nix-index.acknowledgeBreakingChange = true;' or override programs.nix-index.enable."
0 commit comments