diff --git a/size-test/base.nix b/size-test/base.nix index c06f10e..d0418c3 100644 --- a/size-test/base.nix +++ b/size-test/base.nix @@ -16,5 +16,10 @@ tree ]; }; + environment.systemPackages = with pkgs; [ + vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + wget + ]; + }; } \ No newline at end of file