README: update with new command

This commit is contained in:
Ryan Mulligan 2019-09-07 16:56:59 -07:00
parent d9300946d3
commit a96b00355d

View File

@ -79,7 +79,7 @@ test a package with one command.
git clone https://github.com/ryantm/repology-api.git && cd repology-api 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 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 # Adding new dependencies / updating Cabal file