summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-08-09 13:11:49 +0200
committerAlan Pearce2018-08-09 13:11:49 +0200
commit1d676bc31a63e87ed214d317fb68e4eea0d7cbfc (patch)
tree00dead90179f37dc56d855527e38315fee23ed33
parent4f4d732f5c7f308b367893a8d70a5bcbefb7f135 (diff)
downloadnixos-configuration-1d676bc31a63e87ed214d317fb68e4eea0d7cbfc.tar.lz
nixos-configuration-1d676bc31a63e87ed214d317fb68e4eea0d7cbfc.tar.zst
nixos-configuration-1d676bc31a63e87ed214d317fb68e4eea0d7cbfc.zip
dev/base: include gitk and other git friends
-rw-r--r--modules/development/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/development/base.nix b/modules/development/base.nix
index 370b5d6..013e975 100644
--- a/modules/development/base.nix
+++ b/modules/development/base.nix
@@ -2,6 +2,7 @@
 
 { environment.systemPackages = with pkgs; [
     mercurial
+    gitAndTools.gitFull
     gitAndTools.git-extras
     gitAndTools.hub