fix nix run invocation

This commit is contained in:
Ryan Mulligan 2019-03-31 17:36:22 -07:00
parent d1bd9d44e1
commit 997c2e57f7

View File

@ -78,7 +78,7 @@ test a package with one command.
git clone https://github.com/ryantm/repology-api.git && cd repology-api
nix run nixpkgs.cabal2nix -c cabal2nix --shell --hpack . > shell.nix && nix-build shell.nix && result/bin/repology-api > ../packages-to-update.txt
```
3. Return back `cd ..` and run the tool `nix run -c "nixpkgs-update --update"`
3. Return back `cd ..` and run the tool `nix run -c nixpkgs-update --update`
# Adding new dependencies / updating Cabal file