tv pkgs pushBack: fix typo

This commit is contained in:
tv 2022-07-14 15:38:17 +02:00
parent 9f7875c1db
commit a501cefc19
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
if elem x xs then
remove x xs ++ [ x ]
else
names;
xs;
in
self: super: