summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorRamses <ramses@well-founded.dev>2023-08-28 13:22:24 +0300
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-09-03 11:26:37 +0200
commit76f8cf18d19ca79cc740c9b380197bb1245f91ce (patch)
tree684d92e98c861637218f47e9651fc69285b28011 /nixos/modules/config
parentd560a5e07dc4125ef116f1806f447e59e1642b45 (diff)
downloadnixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar.gz
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar.bz2
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar.lz
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar.xz
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.tar.zst
nixpkgs-76f8cf18d19ca79cc740c9b380197bb1245f91ce.zip
nixos/update-users-groups: no need to include extra package
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 9c2ead47c92..684b4bc8fbc 100644
--- a/nixos/modules/config/users-groups.nix
+++ b/nixos/modules/config/users-groups.nix
@@ -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}
       '';
     };