From cb6f98406565b7f6331ce329e5d0e6b1c450b17a Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Wed, 24 Sep 2025 13:30:20 +1000 Subject: [PATCH] add pkgs.moreutils --- hosts/lolcathost/default.nix | 1 + hosts/myputer/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index b154d3c..e0bfcb1 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -234,6 +234,7 @@ in { fish shellcheck grc # colorise command outputs + moreutils # Systems Emulation qemu # Fellice Bellard's Quick Emulator diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 16df2cf..2749192 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -235,6 +235,7 @@ in { fish shellcheck grc # colorise command outputs + moreutils # Systems Programming & Compilation qemu # Fellice Bellard's Quick Emulator