From e708696b5d54c516c74b35634365bb431966a8a7 Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Thu, 31 Oct 2024 19:06:59 +0800 Subject: [PATCH] add grep and vim --- not-os-patches/pr-28.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/not-os-patches/pr-28.patch b/not-os-patches/pr-28.patch index 8c1d526..d122e5a 100644 --- a/not-os-patches/pr-28.patch +++ b/not-os-patches/pr-28.patch @@ -152,7 +152,7 @@ index c61f9d6..fbdf0fd 100644 }; } diff --git a/zynq_image.nix b/zynq_image.nix -index 3fa23ab..d5c5eda 100644 +index 3fa23ab..069fe89 100644 --- a/zynq_image.nix +++ b/zynq_image.nix @@ -1,66 +1,89 @@ @@ -250,7 +250,7 @@ index 3fa23ab..d5c5eda 100644 - environment.etc."service/getty/run".source = pkgs.writeShellScript "getty" '' - agetty ttyPS0 115200 + environment = { -+ systemPackages = with pkgs; [ inetutils wget nano ]; ++ systemPackages = with pkgs; [ inetutils wget gnugrep nano vim ]; + etc = { + "service/getty/run".source = pkgs.writeShellScript "getty" '' + hostname ${config.networking.hostName}