From 576f1d11b240063d04dabb90c44c162c6c7b3e0d Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 18 Jul 2024 09:04:17 +0200 Subject: [PATCH] thaylen-city: Use gnu coreutils --- machines/thaylen-city/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/machines/thaylen-city/default.nix b/machines/thaylen-city/default.nix index adcfb0b1..492fb842 100644 --- a/machines/thaylen-city/default.nix +++ b/machines/thaylen-city/default.nix @@ -141,7 +141,14 @@ }; home = { - packages = [ pkgs.nix-direnv pkgs.docker-compose pkgs.autojump pkgs.tmux pkgs.ripgrep ]; + packages = with pkgs; [ + autojump + coreutils + docker-compose + nix-direnv + ripgrep + tmux + ]; stateVersion = "24.11"; }; };