forked from mirrors/nixpkgs
bash_5: change attribute name to fit conventions
for different versions we use underscore
This commit is contained in:
parent
26c7c59c0d
commit
d74d2e8ed3
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue