nixos/update-users-groups: no need to include extra package

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Ramses
2023-09-03 11:26:37 +02:00
committed by Jörg Thalheim
co-authored by Jörg Thalheim
parent d560a5e07d
commit 76f8cf18d1
+1 -1
View File
@@ -648,7 +648,7 @@ in {
install -m 0700 -d /root
install -m 0755 -d /home
${pkgs.perl.withPackages (p: [ p.FileSlurp p.JSON p.TimePiece ])}/bin/perl \
${pkgs.perl.withPackages (p: [ p.FileSlurp p.JSON ])}/bin/perl \
-w ${./update-users-groups.pl} ${spec}
'';
};