diff options
author | Alan Pearce | 2018-08-09 13:11:49 +0200 |
---|---|---|
committer | Alan Pearce | 2018-08-09 13:11:49 +0200 |
commit | 1d676bc31a63e87ed214d317fb68e4eea0d7cbfc (patch) | |
tree | 00dead90179f37dc56d855527e38315fee23ed33 | |
parent | 4f4d732f5c7f308b367893a8d70a5bcbefb7f135 (diff) | |
download | nixos-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.nix | 1 |
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 |