serokell / ghc.dev

The https://ghc.dev Website Generator
https://ghc.dev
21 stars 8 forks source link

Use nix develop instead of nix-shell #16

Closed jappeace closed 1 year ago

jappeace commented 1 year ago

nix-shell produces:

nix-shell ghc.nix
error: nix-shell requires a single derivation
Try 'nix-shell --help' for more information.

presumably due to the flake, I think it's safe to use flakes by default these days however.

int-index commented 1 year ago

Thank you, and sorry for taking so long to merge this.