chore: Bump Nixery version & package set configuration

This commit is contained in:
Vincent Ambo 2019-10-25 15:52:23 +02:00
parent 9081e4aae4
commit d35debf882
3 changed files with 5 additions and 2 deletions

View file

@ -42,6 +42,8 @@ spec:
value: 'ssh -F /var/nixery/ssh_config'
- name: NIXERY_PKGS_REPO
value: {{ .repo }}
- name: NIX_POPULARITY_URL
value: 'https://storage.googleapis.com/nixery-layers/popularity/{{ .popularity }}'
volumes:
- name: nixery-secrets
secret:

View file

@ -25,6 +25,7 @@ include:
bucket: tazjins-data
account: nixery@tazjins-infrastructure.iam.gserviceaccount.com
repo: git@github.com:tazjin/depot.git
popularity: 'popularity-19.09.891.80b42e630b2.json'
- name: tazblog
- name: https-lb
- name: nginx

View file

@ -5,8 +5,8 @@
let src = pkgs.fetchFromGitHub {
owner = "google";
repo = "nixery";
rev = "924a4b2d3bf5ed9d7052d7ac09288bb0037daae1";
sha256 = "1ccq2nk4kbprm48zzpvc132970wvdmvi1iyyrk8kbrf3b92gsm63";
rev = "4f6ce83f9296545d6c74321b37d18545764c8827";
sha256 = "19aiak1pss6vwm0fwn02827l5ir78fkqglfbdl2gchsyv3gps8bg";
};
in import src {
inherit pkgs;