Don't enable nix-bash-completions when using Nix 2.4
2.4 has its own completion script which collides with nix-bash-completions.
This commit is contained in:
@@ -238,9 +238,6 @@ in
|
||||
"/share/bash-completion"
|
||||
];
|
||||
|
||||
environment.systemPackages = optional cfg.enableCompletion
|
||||
pkgs.nix-bash-completions;
|
||||
|
||||
environment.shells =
|
||||
[ "/run/current-system/sw/bin/bash"
|
||||
"/run/current-system/sw/bin/sh"
|
||||
|
||||
Reference in New Issue
Block a user