home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4d076e5aea6493f757c78b898d8ad73b73355ec5
parent 50cb2f6117b50af0102b38005e0e2c234a238e72
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  5 Aug 2018 15:52:17 +0200

Move prm to git.nix

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mdev.nix | 1-
Mgit.nix | 1+
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev.nix b/dev.nix @@ -7,6 +7,5 @@ cmake binutils-unwrapped mercurial - prm ]; } diff --git a/git.nix b/git.nix @@ -10,6 +10,7 @@ rec { gitAndTools.gitflow gitAndTools.hub gitAndTools.tig + prm ]; programs.git = { enable = true;