bash_5: change attribute name to fit conventions

for different versions we use underscore
This commit is contained in:
Jörg Thalheim 2019-01-09 08:30:17 +00:00
parent 26c7c59c0d
commit d74d2e8ed3
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -6499,8 +6499,8 @@ in
any-nix-shell = callPackage ../shells/any-nix-shell { };
bash = lowPrio (callPackage ../shells/bash/4.4.nix { });
bash5 = lowPrio (callPackage ../shells/bash/5.0.nix { });
bash5Interactive = lowPrio (callPackage ../shells/bash/5.0.nix {
bash_5 = lowPrio (callPackage ../shells/bash/5.0.nix { });
bashInteractive_5 = lowPrio (callPackage ../shells/bash/5.0.nix {
interactive = true;
withDocs = true;
});