Fix compatibility with nix

This commit is contained in:
Manuel Thalmann 2024-09-25 19:49:59 +02:00
parent 40b600a748
commit 192f0dc05a

View file

@ -9,6 +9,7 @@ begin
source "$dir/template-path.fish"
rm -rf "$contextRoot"
and cp -r "$(templatePath)" "$contextRoot"
and chmod -R a+w "$contextRoot"
and git init "$contextRoot"
and git -C "$contextRoot" add .