Skip to content

Commit

Permalink
Small fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Jun 2, 2020
1 parent 33f43a9 commit fc5c3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020-06-02-evaluating-nixpkgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ attribute 'ghc-lib-parser_8_10_1_20200412' missing, at pkgs/development/haskell-

This `nix-env` command is the take away from this blog post:

`nix-env --query --available --out-path --file ./. --show-trace`.
`nix-env --query --available --out-path --file ./. --show-trace`

I'm not sure why the `--out-path` flag is needed, but if you don't add it then
you don't get this error.
Expand Down

0 comments on commit fc5c3e9

Please sign in to comment.