Skip to content

Commit

Permalink
Fix deletion of README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
j0xaf committed Jun 20, 2021
1 parent 1634f10 commit 1a73016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ and IOHK's [[https://github.com/input-output-hk/haskell.nix][haskell.nix]].
$ git init "${REPO}" && cd "${REPO}" \
&& git commit --allow-empty -m "initial" \
&& git pull --allow-unrelated-histories --squash [email protected]:j0xaf/haskell-project-template.git \
&& rm README.md \
&& rm README.org \
&& nix-shell --run 'nix --experimental-features "nix-command flakes" flake lock' -p nixFlakes \
&& nix-shell --run "cabal init --minimal --non-interactive --package-name=${REPO}" -p cabal-install ghc \
&& git add -A \
Expand Down

0 comments on commit 1a73016

Please sign in to comment.