Skip to content

Commit

Permalink
Merge pull request #953 from kamadorueda/main
Browse files Browse the repository at this point in the history
feat(build): #944 git safe directory
  • Loading branch information
kamadorueda authored Oct 5, 2022
2 parents ba5e0cd + 8d474da commit 2e3becc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makes/container-image/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ inputs.nixpkgs.dockerTools.buildImage {
chmod u+w /home/makes /tmp
chown makes:makes /home/makes /tmp
git config --global --add safe.directory '*'
set +x
${inputs.nixpkgs.doas}/bin/doas -u makes ${outputs."/"}/bin/m "$@"
Expand Down

0 comments on commit 2e3becc

Please sign in to comment.