1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

fix: improve update and deploy

This commit is contained in:
Kierán Meinhardt
2019-12-03 23:17:47 +01:00
parent f96c218a9b
commit 175f16e168
4 changed files with 13 additions and 16 deletions

View File

@@ -11,9 +11,9 @@ fetch() {
> "${output}"
}
fetch "refs/heads/nixos-19.09" _versions/nixpkgs.json
fetch "refs/heads/nixos-unstable" _versions/nixpkgs-unstable.json
fetch "refs/heads/release-19.09" _versions/home-manager.json "https://github.com/rycee/home-manager.git"
fetch "refs/tags/v1.15.0" _versions/krops.json "https://cgit.krebsco.de/krops"
fetch "ea5b591d065b721666fc3527ad45a7545a594a77" _versions/stockholm.json "https://cgit.krebsco.de/stockholm"
fetch "refs/heads/nixos-19.09" _versions/nixpkgs.json &
fetch "refs/heads/nixos-unstable" _versions/nixpkgs-unstable.json &
fetch "refs/heads/release-19.09" _versions/home-manager.json "https://github.com/rycee/home-manager.git" &
fetch "refs/tags/v1.15.0" _versions/krops.json "https://cgit.krebsco.de/krops" &
fetch "ea5b591d065b721666fc3527ad45a7545a594a77" _versions/stockholm.json "https://cgit.krebsco.de/stockholm" &
wait