Fix compatibility with nix
This commit is contained in:
parent
40b600a748
commit
192f0dc05a
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue