Change from busybox to coreutils+psmisc

This commit is contained in:
Greg Hellings
2023-08-31 08:02:38 -05:00
parent 03edc9a8af
commit 4dd2c6e19c
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -16,6 +16,8 @@
];
environment.systemPackages = with pkgs; [
coreutils-full
psmisc
lshw
];