mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-29 08:51:48 +03:00
fix nix run invocation
This commit is contained in:
parent
d1bd9d44e1
commit
997c2e57f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user