mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-29 08:51:48 +03:00
use master instead of latest
This commit is contained in:
parent
4c64c51aa1
commit
4124bcb13f
@ -44,7 +44,7 @@ Run without installing:
|
||||
nix run \
|
||||
--option extra-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/latest.tar.gz \
|
||||
-f https://github.com/ryantm/nixpkgs-update/archive/master.tar.gz \
|
||||
-c nixpkgs-update --help
|
||||
```
|
||||
|
||||
@ -54,7 +54,7 @@ Install into your Nix profile:
|
||||
nix-env \
|
||||
--option extra-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/latest.tar.gz
|
||||
-if https://github.com/ryantm/nixpkgs-update/archive/master.tar.gz
|
||||
```
|
||||
|
||||
Declaratively with [niv](https://github.com/nmattia/niv):
|
||||
|
Loading…
Reference in New Issue
Block a user