haskell.nix
haskell.nix copied to clipboard
Move shell support higher up in getting started guides
Currently we include instructions for nix-build and nix build before nix-shell and nix develop.
@abailly tried out the guides and pointed out that running cabal and other tools in a shell is probably a much more common motivating use case for new users.
It would be nice to rework the guides docs/tutorials/getting-started.md, docs/tutorials/getting-started-flakes.md and docs/tutorials/getting-started-hix.md so that this use case is included first.
@yvan-sraka did we do this yet?