diff options
| author | Mel <einebeere@gmail.com> | 2024-12-29 20:29:29 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-29 20:38:23 +0100 |
| commit | 3a8fb812dc7ac0463c24272f411b4466394cef3a (patch) | |
| tree | c4596e7e3d4c9f7568b97db150a85b3b35454f76 | |
| parent | f7d86625faff70ffc5447cc8f4fd44b987b8c197 (diff) | |
| download | specimen-3a8fb812dc7ac0463c24272f411b4466394cef3a.tar.zst specimen-3a8fb812dc7ac0463c24272f411b4466394cef3a.zip | |
Add git to server utilities
Signed-off-by: Mel <einebeere@gmail.com>
| -rw-r--r-- | configuration/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration/configuration.nix b/configuration/configuration.nix index 2280b7d..8240636 100644 --- a/configuration/configuration.nix +++ b/configuration/configuration.nix @@ -22,6 +22,7 @@ environment.systemPackages = with pkgs; [ vim + git wget ]; |
