Skip to content

Commit

Permalink
change master to latest
Browse files Browse the repository at this point in the history
this way we can only deploy to latest when cachix is already populated
  • Loading branch information
ryantm committed Apr 5, 2020
1 parent 79a26ab commit abd0ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Run without installing:
nix run \
--option substituters 'https://nixpkgs-update.cachix.org/' \
--option trusted-public-keys 'nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8=' \
-f https://github.com/ryantm/nixpkgs-update/archive/master.tar.gz \
-f https://github.com/ryantm/nixpkgs-update/archive/latest.tar.gz \
-c nixpkgs-update --help
```

Expand All @@ -23,7 +23,7 @@ Install into your Nix profile:
nix-env \
--option substituters 'https://nixpkgs-update.cachix.org/' \
--option trusted-public-keys 'nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8=' \
-if https://github.com/ryantm/nixpkgs-update/archive/master.tar.gz
-if https://github.com/ryantm/nixpkgs-update/archive/latest.tar.gz
```

# Introduction
Expand Down

0 comments on commit abd0ebc

Please sign in to comment.