about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:29:33 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commit875a61617d141fb89fecdb2665ed47f120aad007 (patch)
treee20c172b406e632d367345db016b5fa55fc33911 /machines/profpatsch/base.nix
parent816437169662bff72bbf35206f8ae2a6ccc9e91b (diff)
machines/profpatsch: fix git overwriting gitFull
I had a clash between the base config and my workstation, which lead
to `git send-email` not being available because `git` (minimal) was
shadowing `gitFull`.
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index 2b3eb419..a6aedb60 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -38,7 +38,6 @@ in
     environment.systemPackages = with pkgs; [
       curl              # transfer data to/from a URL
       file              # file information
-      git               # version control system
       htop              # top replacement
       nmap              # stats about clients in the network
       rsync             # file syncing tool