Skip to content

Commit

Permalink
git get
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaulin committed Oct 29, 2022
1 parent 42c0a72 commit bc3a59d
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/common/shell/git.nix
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@
git-get
# clean merged branch
git-trim
# last day commits
git-standup
];

programs = {
2 changes: 1 addition & 1 deletion pkgs/nixpkgs/git-get/default.nix
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ buildGoModule rec{
doCheck = true;
checkInputs = [ pkgs.git ];
preCheck = ''
export HOME=$(pwd)
export HOME=`mktemp -d`
git config --global user.email "user@example.com"
git config --global user.user "user"
# this test tries to access /root

0 comments on commit bc3a59d

Please sign in to comment.