Skip to content

Commit

Permalink
Changed IDX config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesor committed Nov 11, 2024
1 parent 5da97de commit 500ec1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/html/gpay-web-101/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# of the checked-out Git folder containing this template.
cp -rf ${./.} "$out"
# Set some permissions
chmod -R u+w "$out"
# Copy IDX config
mkdir "$out"/.idx
cp ${./dev.nix} "$out"/.idx/dev.nix
# Set some permissions
chmod -R u+w "$out"
# Remove the template files themselves and any connection to the template's
# Git repository
rm -rf "$out/.git" "$out/idx-template".{nix,json} "$out/dev.nix"
Expand Down
6 changes: 3 additions & 3 deletions examples/html/gpay-web-201/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# of the checked-out Git folder containing this template.
cp -rf ${./.} "$out"
# Set some permissions
chmod -R u+w "$out"
# Copy IDX config
mkdir "$out"/.idx
cp ${./dev.nix} "$out"/.idx/dev.nix
# Set some permissions
chmod -R u+w "$out"
# Remove the template files themselves and any connection to the template's
# Git repository
rm -rf "$out/.git" "$out/idx-template".{nix,json} "$out/dev.nix"
Expand Down

0 comments on commit 500ec1a

Please sign in to comment.