bash: fix shellAliases description

The aliases aren't added to all users' shells.
This commit is contained in:
gmarmstrong 2018-06-10 22:41:27 -04:00 committed by Robert Helgesson
parent e27cd96494
commit 7190f46938
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -84,8 +84,7 @@ in
example = { ll = "ls -l"; ".." = "cd .."; };
description = ''
An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs. The
aliases are added to all users' shells.
this option) to command strings or directly to build outputs.
'';
type = types.attrs;
};