From e6a63393c8ec23a5462d86e377cac5ad02fb7a3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 17:31:21 +0100 Subject: Use system coreutils for corporate account lookups --- nix/vm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix/vm.nix') diff --git a/nix/vm.nix b/nix/vm.nix index 9e6352f..621c73f 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: # VM-only Home-Manager package profile. { @@ -11,5 +11,5 @@ PODMAN_IGNORE_CGROUPSV1_WARNING = "1"; }; - home.packages = [ ]; + home.packages = [ pkgs.uutils-coreutils-noprefix ]; } -- cgit v1.3.1