warning message about programs.bash.enable
ryantm opened this issue · 3 comments
ryantm commented
When I run nixos-shell, I get this warning message:
trace: warning: The option definition `programs.bash.enable' in `/home/ryantm/.nix-profile/share/nixos-shell/nixos-shell.nix' no longer has any effect; please remove it.
Mic92 commented
cc @dermetfan
we could drop the option if SHELL == "bash"
:
ryantm commented
Yes, this fixes it.