We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1634f10 commit 1a73016Copy full SHA for 1a73016
README.org
@@ -47,7 +47,7 @@ and IOHK's [[https://github.com/input-output-hk/haskell.nix][haskell.nix]].
47
$ git init "${REPO}" && cd "${REPO}" \
48
&& git commit --allow-empty -m "initial" \
49
&& git pull --allow-unrelated-histories --squash [email protected]:j0xaf/haskell-project-template.git \
50
- && rm README.md \
+ && rm README.org \
51
&& nix-shell --run 'nix --experimental-features "nix-command flakes" flake lock' -p nixFlakes \
52
&& nix-shell --run "cabal init --minimal --non-interactive --package-name=${REPO}" -p cabal-install ghc \
53
&& git add -A \
0 commit comments