mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Typo
This commit is contained in:
parent
4f3cf06c97
commit
d2c0958e1e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ foreach my $pkg (@pkgs) {
|
||||||
|
|
||||||
|
|
||||||
# Symlink to the packages that have been "propagated" by packages
|
# Symlink to the packages that have been "propagated" by packages
|
||||||
# installed by the user (i.e., package X declares that it want Y
|
# installed by the user (i.e., package X declares that it wants Y
|
||||||
# installed as well). We do these later because they have a lower
|
# installed as well). We do these later because they have a lower
|
||||||
# priority in case of collisions.
|
# priority in case of collisions.
|
||||||
my $priorityCounter = 1000; # don't care about collisions
|
my $priorityCounter = 1000; # don't care about collisions
|
||||||
|
|
Loading…
Reference in a new issue