Open sbellem opened 4 years ago
Ah yeah, this really could use a better example that's contained to this repo with an example directory or something.
Changed the content to use an example just using nixpkgs: https://github.com/justinwoo/nix-shorts/commit/97fd2516fb4348b7442859c593aff1e954929b59
Hi,
thanks for this guide. As someone who is totally new to the "nixverse" I was a bit puzzled by the following very simple example, under https://github.com/justinwoo/nix-shorts/blob/master/posts/working-with-nix-shells.md#expressions-as-arguments:
So, if I understood correctly the command has to be run under a clone of the easy-purescript-nix repository. Perhaps adding the necessary
git clone ... && cd ...
instruction would be helpful.I can make a small pull request for this if it makes sense.
Thanks!