├── buildkite.yml ├── data ├── data.js ├── graph.html ├── index.html ├── nixos-13.10 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-14.04-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-14.04 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-14.12-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-14.12 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-15.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-15.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-16.03-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-16.03-testing │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-16.03 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-16.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-16.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-17.03-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-17.03 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-17.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-17.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-18.03-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-18.03 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-18.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-18.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-19.03-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-19.03 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-19.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-19.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-20.03-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-20.03 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-20.09-aarch64 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-20.09-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-20.09 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.05-aarch64 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.05-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.05 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.11-aarch64 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.11-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-21.11 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-22.05-aarch64 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-22.05-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-22.05 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-22.11-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-22.11 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-23.05-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-23.05 │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-test-staging-baseline │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-test-staging │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-unstable-small │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixos-unstable │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-17.09-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-18.03-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-18.09-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-19.03-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-19.09-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-20.03-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-20.09-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-21.05-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-21.11-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-22.05-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-22.11-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-23.05-darwin │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-spectrum-os │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-test │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-tests │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-unstable │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-upstream │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── nixpkgs-vnc │ ├── README.txt │ ├── history │ ├── history-url │ ├── history-v2 │ ├── latest │ ├── latest-url │ └── latest-v2 ├── script.js └── style.css ├── default.nix ├── enter-env.sh └── src ├── calculate ├── calculate-and-push ├── enter-env.sh └── make-index /buildkite.yml: -------------------------------------------------------------------------------- 1 | env: 2 | GIT_AUTHOR_NAME: Buildkite 3 | GIT_AUTHOR_EMAIL: ci@buildkite 4 | GIT_COMMITTER_NAME: Buildkite 5 | GIT_COMMITTER_EMAIL: ci@buildkite 6 | 7 | steps: 8 | - label: "Record Channel Updates" 9 | commands: 10 | - nix-build 11 | - ./enter-env.sh ./result/bin/calculate-and-push 12 | agents: 13 | nix-channel-monitor: true 14 | 15 | -------------------------------------------------------------------------------- /data/nixos-13.10/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-13.10/history: -------------------------------------------------------------------------------- 1 | 91e952ab1e6e3d249ff201f915b38f7ab34e8c3f 1398756421 2 | -------------------------------------------------------------------------------- /data/nixos-13.10/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/13.10/nixos-13.10.35728.91e952a 1541867462 2 | https://channels.nixos.org/nixos-13.10 1583923232 3 | https://nixos.org/releases/nixos/13.10/nixos-13.10.35728.91e952a 1583929520 4 | https://channels.nixos.org/nixos-13.10 1584180631 5 | 1590203452 6 | https://channels.nixos.org/nixos-13.10 1590203919 7 | 1594847448 8 | https://channels.nixos.org/nixos-13.10 1594847710 9 | 1600168298 10 | https://channels.nixos.org/nixos-13.10 1600168547 11 | 1602170451 12 | https://channels.nixos.org/nixos-13.10 1602170732 13 | 1603785938 14 | https://channels.nixos.org/nixos-13.10 1603786206 15 | 1608798049 16 | https://channels.nixos.org/nixos-13.10 1608798331 17 | 1612203944 18 | https://channels.nixos.org/nixos-13.10 1612204205 19 | -------------------------------------------------------------------------------- /data/nixos-13.10/history-v2: -------------------------------------------------------------------------------- 1 | 91e952ab1e6e3d249ff201f915b38f7ab34e8c3f 1398756421 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-13.10/latest: -------------------------------------------------------------------------------- 1 | 91e952ab1e6e3d249ff201f915b38f7ab34e8c3f 1398756421 2 | -------------------------------------------------------------------------------- /data/nixos-13.10/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-13.10 1612204205 2 | -------------------------------------------------------------------------------- /data/nixos-13.10/latest-v2: -------------------------------------------------------------------------------- 1 | 91e952ab1e6e3d249ff201f915b38f7ab34e8c3f 1398756421 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/history: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 2 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/14.04-small/nixos-14.04.630.8a3eea0 1541867463 2 | https://channels.nixos.org/nixos-14.04-small 1583923233 3 | https://nixos.org/releases/nixos/14.04-small/nixos-14.04.630.8a3eea0 1583929521 4 | https://channels.nixos.org/nixos-14.04-small 1584180632 5 | 1588090868 6 | https://channels.nixos.org/nixos-14.04-small 1588091126 7 | 1594847505 8 | https://channels.nixos.org/nixos-14.04-small 1594847710 9 | 1597019443 10 | https://channels.nixos.org/nixos-14.04-small 1597019717 11 | 1612202803 12 | https://channels.nixos.org/nixos-14.04-small 1612203008 13 | 1612203952 14 | https://channels.nixos.org/nixos-14.04-small 1612204234 15 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/history-v2: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/latest: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 2 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-14.04-small 1612204234 2 | -------------------------------------------------------------------------------- /data/nixos-14.04-small/latest-v2: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-14.04/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-14.04/history: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 2 | -------------------------------------------------------------------------------- /data/nixos-14.04/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/14.04/nixos-14.04.630.8a3eea0 1541867463 2 | https://channels.nixos.org/nixos-14.04 1583923232 3 | https://nixos.org/releases/nixos/14.04/nixos-14.04.630.8a3eea0 1583929520 4 | https://channels.nixos.org/nixos-14.04 1584180631 5 | 1594835180 6 | https://channels.nixos.org/nixos-14.04 1594835438 7 | 1594847476 8 | https://channels.nixos.org/nixos-14.04 1594847710 9 | 1595065841 10 | https://channels.nixos.org/nixos-14.04 1595066122 11 | 1600168326 12 | https://channels.nixos.org/nixos-14.04 1600168547 13 | 1603785966 14 | https://channels.nixos.org/nixos-14.04 1603786206 15 | 1610029558 16 | https://channels.nixos.org/nixos-14.04 1610030002 17 | 1612202774 18 | https://channels.nixos.org/nixos-14.04 1612203008 19 | 1612203648 20 | https://channels.nixos.org/nixos-14.04 1612204512 21 | -------------------------------------------------------------------------------- /data/nixos-14.04/history-v2: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-14.04/latest: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 2 | -------------------------------------------------------------------------------- /data/nixos-14.04/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-14.04 1612204512 2 | -------------------------------------------------------------------------------- /data/nixos-14.04/latest-v2: -------------------------------------------------------------------------------- 1 | 8a3eea054838b55aca962c3fbde9c83c102b8bf2 1424084908 1529013438 2 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/history: -------------------------------------------------------------------------------- 1 | c191689afb2185de8a81b3675754138bf629f64e 1455698656 2 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/14.12-small/nixos-14.12.897.c191689 1541867464 2 | https://channels.nixos.org/nixos-14.12-small 1583923233 3 | https://nixos.org/releases/nixos/14.12-small/nixos-14.12.897.c191689 1583929522 4 | https://channels.nixos.org/nixos-14.12-small 1584180633 5 | 1597019483 6 | https://channels.nixos.org/nixos-14.12-small 1597020014 7 | 1610447433 8 | https://channels.nixos.org/nixos-14.12-small 1610447718 9 | 1612202843 10 | https://channels.nixos.org/nixos-14.12-small 1612203009 11 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/history-v2: -------------------------------------------------------------------------------- 1 | c191689afb2185de8a81b3675754138bf629f64e 1455698656 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/latest: -------------------------------------------------------------------------------- 1 | c191689afb2185de8a81b3675754138bf629f64e 1455698656 2 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-14.12-small 1612203009 2 | -------------------------------------------------------------------------------- /data/nixos-14.12-small/latest-v2: -------------------------------------------------------------------------------- 1 | c191689afb2185de8a81b3675754138bf629f64e 1455698656 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-14.12/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-14.12/history: -------------------------------------------------------------------------------- 1 | b373bf9c7d54827504781009efbb4bee15856d86 1421394682 2 | -------------------------------------------------------------------------------- /data/nixos-14.12/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/14.12/nixos-14.12.885.b373bf9 1541867464 2 | https://channels.nixos.org/nixos-14.12 1583923233 3 | https://nixos.org/releases/nixos/14.12/nixos-14.12.885.b373bf9 1583929521 4 | https://channels.nixos.org/nixos-14.12 1584180632 5 | 1584461170 6 | https://channels.nixos.org/nixos-14.12 1584461411 7 | 1590203496 8 | https://channels.nixos.org/nixos-14.12 1590203928 9 | 1594847533 10 | https://channels.nixos.org/nixos-14.12 1594847711 11 | 1612203969 12 | https://channels.nixos.org/nixos-14.12 1612204235 13 | -------------------------------------------------------------------------------- /data/nixos-14.12/history-v2: -------------------------------------------------------------------------------- 1 | b373bf9c7d54827504781009efbb4bee15856d86 1421394682 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-14.12/latest: -------------------------------------------------------------------------------- 1 | b373bf9c7d54827504781009efbb4bee15856d86 1421394682 2 | -------------------------------------------------------------------------------- /data/nixos-14.12/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-14.12 1612204235 2 | -------------------------------------------------------------------------------- /data/nixos-14.12/latest-v2: -------------------------------------------------------------------------------- 1 | b373bf9c7d54827504781009efbb4bee15856d86 1421394682 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/history: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 2 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/15.09-small/nixos-15.09.1262.3727911 1541867465 2 | https://channels.nixos.org/nixos-15.09-small 1583923235 3 | https://releases.nixos.org/nixos/15.09-small/nixos-15.09.1262.3727911 1583929522 4 | https://channels.nixos.org/nixos-15.09-small 1584180634 5 | 1590203556 6 | https://channels.nixos.org/nixos-15.09-small 1590203929 7 | 1594847609 8 | https://channels.nixos.org/nixos-15.09-small 1594847712 9 | 1612203779 10 | https://channels.nixos.org/nixos-15.09-small 1612204015 11 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/history-v2: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/latest: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 2 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-15.09-small 1612204015 2 | -------------------------------------------------------------------------------- /data/nixos-15.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-15.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-15.09/history: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 2 | -------------------------------------------------------------------------------- /data/nixos-15.09/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/15.09/nixos-15.09.1262.3727911 1541867465 2 | https://channels.nixos.org/nixos-15.09 1583923234 3 | https://releases.nixos.org/nixos/15.09/nixos-15.09.1262.3727911 1583929522 4 | https://channels.nixos.org/nixos-15.09 1584180633 5 | 1594847580 6 | https://channels.nixos.org/nixos-15.09 1594847711 7 | 1610447434 8 | https://channels.nixos.org/nixos-15.09 1610447719 9 | 1612203748 10 | https://channels.nixos.org/nixos-15.09 1612203992 11 | -------------------------------------------------------------------------------- /data/nixos-15.09/history-v2: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-15.09/latest: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 2 | -------------------------------------------------------------------------------- /data/nixos-15.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-15.09 1612203992 2 | -------------------------------------------------------------------------------- /data/nixos-15.09/latest-v2: -------------------------------------------------------------------------------- 1 | 3727911b46daf32d4ea8f2a2b1072580227e72fe 1481309217 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/history: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/16.03-small/nixos-16.03.1349.dda40aa8d1 1541867466 2 | https://channels.nixos.org/nixos-16.03-small 1583923236 3 | https://releases.nixos.org/nixos/16.03-small/nixos-16.03.1349.dda40aa8d1 1583929523 4 | https://channels.nixos.org/nixos-16.03-small 1584180634 5 | 1584381963 6 | https://channels.nixos.org/nixos-16.03-small 1584382237 7 | 1610029672 8 | https://channels.nixos.org/nixos-16.03-small 1610030014 9 | 1611690950 10 | https://channels.nixos.org/nixos-16.03-small 1611691214 11 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/history-v2: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/latest: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-16.03-small 1611691214 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-small/latest-v2: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/history: -------------------------------------------------------------------------------- 1 | 2068621b45cae09d8f0941032d930ef333edd2fb 1456841937 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/history-url: -------------------------------------------------------------------------------- 1 | https://nixos.org/releases/nixos/16.03-testing/nixos-16.03.30.2068621 1541867466 2 | https://channels.nixos.org/nixos-16.03-testing 1583923236 3 | https://nixos.org/releases/nixos/16.03-testing/nixos-16.03.30.2068621 1583929524 4 | https://channels.nixos.org/nixos-16.03-testing 1584180635 5 | 1611690951 6 | https://channels.nixos.org/nixos-16.03-testing 1611691215 7 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/history-v2: -------------------------------------------------------------------------------- 1 | 2068621b45cae09d8f0941032d930ef333edd2fb 1456841937 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/latest: -------------------------------------------------------------------------------- 1 | 2068621b45cae09d8f0941032d930ef333edd2fb 1456841937 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-16.03-testing 1611691215 2 | -------------------------------------------------------------------------------- /data/nixos-16.03-testing/latest-v2: -------------------------------------------------------------------------------- 1 | 2068621b45cae09d8f0941032d930ef333edd2fb 1456841937 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-16.03/history: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 2 | -------------------------------------------------------------------------------- /data/nixos-16.03/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/16.03/nixos-16.03.1349.dda40aa8d1 1541867466 2 | https://channels.nixos.org/nixos-16.03 1583923235 3 | https://releases.nixos.org/nixos/16.03/nixos-16.03.1349.dda40aa8d1 1583929523 4 | https://channels.nixos.org/nixos-16.03 1584180634 5 | 1594847637 6 | https://channels.nixos.org/nixos-16.03 1594847712 7 | -------------------------------------------------------------------------------- /data/nixos-16.03/history-v2: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.03/latest: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 2 | -------------------------------------------------------------------------------- /data/nixos-16.03/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-16.03 1594847712 2 | -------------------------------------------------------------------------------- /data/nixos-16.03/latest-v2: -------------------------------------------------------------------------------- 1 | dda40aa8d18c836cecf64742ace96e14662afdc6 1488579325 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/history: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 2 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/16.09-small/nixos-16.09.1943.25f4906da6 1541867467 2 | https://channels.nixos.org/nixos-16.09-small 1583923237 3 | https://releases.nixos.org/nixos/16.09-small/nixos-16.09.1943.25f4906da6 1583929524 4 | https://channels.nixos.org/nixos-16.09-small 1584180636 5 | 1584244279 6 | https://channels.nixos.org/nixos-16.09-small 1584244514 7 | 1610029758 8 | https://channels.nixos.org/nixos-16.09-small 1610030019 9 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/history-v2: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/latest: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 2 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-16.09-small 1610030019 2 | -------------------------------------------------------------------------------- /data/nixos-16.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-16.09/history: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 2 | -------------------------------------------------------------------------------- /data/nixos-16.09/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/16.09/nixos-16.09.1943.25f4906da6 1541867467 2 | https://channels.nixos.org/nixos-16.09 1583923236 3 | https://releases.nixos.org/nixos/16.09/nixos-16.09.1943.25f4906da6 1583929524 4 | https://channels.nixos.org/nixos-16.09 1584180635 5 | 1584244251 6 | https://channels.nixos.org/nixos-16.09 1584244513 7 | 1610029730 8 | https://channels.nixos.org/nixos-16.09 1610030017 9 | -------------------------------------------------------------------------------- /data/nixos-16.09/history-v2: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-16.09/latest: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 2 | -------------------------------------------------------------------------------- /data/nixos-16.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-16.09 1610030017 2 | -------------------------------------------------------------------------------- /data/nixos-16.09/latest-v2: -------------------------------------------------------------------------------- 1 | 25f4906da6387e132823417bc54ea86040fb9bd5 1495528668 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/17.03-small/nixos-17.03.1954.2c1838ab99b 1541867468 2 | https://channels.nixos.org/nixos-17.03-small 1583923238 3 | https://releases.nixos.org/nixos/17.03-small/nixos-17.03.1954.2c1838ab99b 1583929525 4 | https://channels.nixos.org/nixos-17.03-small 1584180636 5 | 1594835221 6 | https://channels.nixos.org/nixos-17.03-small 1594835474 7 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/history-v2: -------------------------------------------------------------------------------- 1 | 2c1838ab99b086dccad930e8dcc504b867149a0c 1522416103 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/latest: -------------------------------------------------------------------------------- 1 | 2c1838ab99b086dccad930e8dcc504b867149a0c 1522416103 2 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-17.03-small 1594835474 2 | -------------------------------------------------------------------------------- /data/nixos-17.03-small/latest-v2: -------------------------------------------------------------------------------- 1 | 2c1838ab99b086dccad930e8dcc504b867149a0c 1522416103 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-17.03/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-17.03/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/17.03/nixos-17.03.1949.78e9665b48f 1541867468 2 | https://channels.nixos.org/nixos-17.03 1583923238 3 | https://releases.nixos.org/nixos/17.03/nixos-17.03.1949.78e9665b48f 1583929525 4 | https://channels.nixos.org/nixos-17.03 1584180636 5 | 1590203630 6 | https://channels.nixos.org/nixos-17.03 1590203934 7 | 1610029787 8 | https://channels.nixos.org/nixos-17.03 1610030021 9 | -------------------------------------------------------------------------------- /data/nixos-17.03/history-v2: -------------------------------------------------------------------------------- 1 | 78e9665b48ff45d3e29f45b3ebeb6fc6c6e19922 1515238011 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-17.03/latest: -------------------------------------------------------------------------------- 1 | 78e9665b48ff45d3e29f45b3ebeb6fc6c6e19922 1515238011 2 | -------------------------------------------------------------------------------- /data/nixos-17.03/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-17.03 1610030021 2 | -------------------------------------------------------------------------------- /data/nixos-17.03/latest-v2: -------------------------------------------------------------------------------- 1 | 78e9665b48ff45d3e29f45b3ebeb6fc6c6e19922 1515238011 1529013439 2 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/17.09-small/nixos-17.09.3271.24a7883c234 1541867469 2 | https://channels.nixos.org/nixos-17.09-small 1583923239 3 | https://releases.nixos.org/nixos/17.09-small/nixos-17.09.3271.24a7883c234 1583929526 4 | https://channels.nixos.org/nixos-17.09-small 1584180637 5 | 1600807537 6 | https://channels.nixos.org/nixos-17.09-small 1600807814 7 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/history-v2: -------------------------------------------------------------------------------- 1 | 9e1d8b7470606387555c6b7e4dc62763f0594757 1528408971 1529013440 2 | be3ac859fb22ea90abe5b4f7f5737c9101881e03 1529228607 1529257225 3 | 884d8c4d4b590925ef94bb746fac4f93dfa3bb15 1530094805 1530102035 4 | 0d856d8b82ed5976e5027f0dff608a2595b196f9 1530281753 1530285918 5 | 14f9ee66e63077539252f8b4550049381a082518 1536920188 1536941720 6 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 1538253029 7 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/latest: -------------------------------------------------------------------------------- 1 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 2 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-17.09-small 1600807814 2 | -------------------------------------------------------------------------------- /data/nixos-17.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 1538253029 2 | -------------------------------------------------------------------------------- /data/nixos-17.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-17.09/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/17.09/nixos-17.09.3269.14f9ee66e63 1541867469 2 | https://channels.nixos.org/nixos-17.09 1583923238 3 | https://releases.nixos.org/nixos/17.09/nixos-17.09.3269.14f9ee66e63 1583929526 4 | https://channels.nixos.org/nixos-17.09 1584180637 5 | 1602183960 6 | https://channels.nixos.org/nixos-17.09 1602184229 7 | -------------------------------------------------------------------------------- /data/nixos-17.09/history-v2: -------------------------------------------------------------------------------- 1 | 9e1d8b7470606387555c6b7e4dc62763f0594757 1528408971 1529013439 2 | 14f9ee66e63077539252f8b4550049381a082518 1536920188 1536954922 3 | -------------------------------------------------------------------------------- /data/nixos-17.09/latest: -------------------------------------------------------------------------------- 1 | 14f9ee66e63077539252f8b4550049381a082518 1536920188 2 | -------------------------------------------------------------------------------- /data/nixos-17.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-17.09 1602184229 2 | -------------------------------------------------------------------------------- /data/nixos-17.09/latest-v2: -------------------------------------------------------------------------------- 1 | 14f9ee66e63077539252f8b4550049381a082518 1536920188 1536954922 2 | -------------------------------------------------------------------------------- /data/nixos-18.03-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-18.03-small/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133361.21b7f59ae12 1541867471 2 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133366.1d8470b1640 1542148548 3 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133370.263f7b78d6f 1542390942 4 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133372.947247408ee 1542675045 5 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133377.72c48fef2ff 1542996640 6 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133379.9c96d120aa7 1543365024 7 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133381.a18112a7e8f 1543489244 8 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133385.77a8c4adc37 1543690543 9 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133387.6b8e969b78f 1544072151 10 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133389.b551f89e256 1544292028 11 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133395.791c339022e 1545303628 12 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133400.138f2cc707d 1547431251 13 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133401.fe792ef27a6 1549265422 14 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133402.cb0e20d6db9 1550256326 15 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133403.c8c521f0c03 1551579933 16 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133404.28a84599249 1558984223 17 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133405.4d48e8106f9 1564474543 18 | https://channels.nixos.org/nixos-18.03-small 1583923240 19 | https://releases.nixos.org/nixos/18.03-small/nixos-18.03.133405.4d48e8106f9 1583929527 20 | https://channels.nixos.org/nixos-18.03-small 1584180638 21 | 1586373036 22 | https://channels.nixos.org/nixos-18.03-small 1586373334 23 | 1610029861 24 | https://channels.nixos.org/nixos-18.03-small 1610030024 25 | -------------------------------------------------------------------------------- /data/nixos-18.03-small/latest: -------------------------------------------------------------------------------- 1 | 4d48e8106f9fac757b9359b8c8eeec3ca1e35908 1564447288 2 | -------------------------------------------------------------------------------- /data/nixos-18.03-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-18.03-small 1610030024 2 | -------------------------------------------------------------------------------- /data/nixos-18.03-small/latest-v2: -------------------------------------------------------------------------------- 1 | 4d48e8106f9fac757b9359b8c8eeec3ca1e35908 1564447288 1564474543 2 | -------------------------------------------------------------------------------- /data/nixos-18.03/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixos-18.03/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133361.21b7f59ae12 1541867470 2 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133366.1d8470b1640 1542191719 3 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133370.263f7b78d6f 1542402028 4 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133372.947247408ee 1542717327 5 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133375.e64482df77b 1542977142 6 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133379.9c96d120aa7 1543385425 7 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133381.a18112a7e8f 1543525231 8 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133389.b551f89e256 1544335538 9 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133400.138f2cc707d 1547661631 10 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133402.cb0e20d6db9 1550658314 11 | https://channels.nixos.org/nixos-18.03 1583923239 12 | https://releases.nixos.org/nixos/18.03/nixos-18.03.133402.cb0e20d6db9 1583929527 13 | https://channels.nixos.org/nixos-18.03 1584180638 14 | 1595065260 15 | https://channels.nixos.org/nixos-18.03 1595065523 16 | -------------------------------------------------------------------------------- /data/nixos-18.03/latest: -------------------------------------------------------------------------------- 1 | cb0e20d6db96fe09a501076c7a2c265359982814 1533998563 2 | -------------------------------------------------------------------------------- /data/nixos-18.03/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-18.03 1595065523 2 | -------------------------------------------------------------------------------- /data/nixos-18.03/latest-v2: -------------------------------------------------------------------------------- 1 | cb0e20d6db96fe09a501076c7a2c265359982814 1533998563 1550658314 2 | -------------------------------------------------------------------------------- /data/nixos-18.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-18.09-small/latest: -------------------------------------------------------------------------------- 1 | a7e559a5504572008567383c3dc8e142fa7a8633 1556182703 2 | -------------------------------------------------------------------------------- /data/nixos-18.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-18.09-small 1671133185 2 | -------------------------------------------------------------------------------- /data/nixos-18.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | a7e559a5504572008567383c3dc8e142fa7a8633 1556182703 1558380393 2 | -------------------------------------------------------------------------------- /data/nixos-18.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-18.09/latest: -------------------------------------------------------------------------------- 1 | a7e559a5504572008567383c3dc8e142fa7a8633 1556182703 2 | -------------------------------------------------------------------------------- /data/nixos-18.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-18.09 1679387093 2 | -------------------------------------------------------------------------------- /data/nixos-18.09/latest-v2: -------------------------------------------------------------------------------- 1 | a7e559a5504572008567383c3dc8e142fa7a8633 1556182703 1558380392 2 | -------------------------------------------------------------------------------- /data/nixos-19.03-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-19.03-small/latest: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 2 | -------------------------------------------------------------------------------- /data/nixos-19.03-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-19.03-small 1679381712 2 | -------------------------------------------------------------------------------- /data/nixos-19.03-small/latest-v2: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 1581392744 2 | -------------------------------------------------------------------------------- /data/nixos-19.03/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-19.03/latest: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 2 | -------------------------------------------------------------------------------- /data/nixos-19.03/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-19.03 1672214681 2 | -------------------------------------------------------------------------------- /data/nixos-19.03/latest-v2: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 1582018535 2 | -------------------------------------------------------------------------------- /data/nixos-19.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-19.09-small/latest: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 2 | -------------------------------------------------------------------------------- /data/nixos-19.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-19.09-small 1671133186 2 | -------------------------------------------------------------------------------- /data/nixos-19.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 1600984509 2 | -------------------------------------------------------------------------------- /data/nixos-19.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-19.09/latest: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 2 | -------------------------------------------------------------------------------- /data/nixos-19.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-19.09 1671133186 2 | -------------------------------------------------------------------------------- /data/nixos-19.09/latest-v2: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 1601310337 2 | -------------------------------------------------------------------------------- /data/nixos-20.03-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-20.03-small/latest: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 2 | -------------------------------------------------------------------------------- /data/nixos-20.03-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.03-small 1672216036 2 | -------------------------------------------------------------------------------- /data/nixos-20.03-small/latest-v2: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 1620068510 2 | -------------------------------------------------------------------------------- /data/nixos-20.03/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-20.03/latest: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 2 | -------------------------------------------------------------------------------- /data/nixos-20.03/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.03 1672216035 2 | -------------------------------------------------------------------------------- /data/nixos-20.03/latest-v2: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 1620085913 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/history: -------------------------------------------------------------------------------- 1 | 47e580e291ff40bbde191e9fed35128727963b0c 1622689964 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09-aarch64 1637588500 2 | 1640453499 3 | https://channels.nixos.org/nixos-20.09-aarch64 1640453605 4 | 1646831533 5 | https://channels.nixos.org/nixos-20.09-aarch64 1646831830 6 | 1646834391 7 | https://channels.nixos.org/nixos-20.09-aarch64 1646835105 8 | 1646838336 9 | https://channels.nixos.org/nixos-20.09-aarch64 1646838472 10 | 1646838637 11 | https://channels.nixos.org/nixos-20.09-aarch64 1646838792 12 | 1648722109 13 | https://channels.nixos.org/nixos-20.09-aarch64 1648722226 14 | 1653394937 15 | https://channels.nixos.org/nixos-20.09-aarch64 1653395082 16 | 1656875528 17 | https://channels.nixos.org/nixos-20.09-aarch64 1656875672 18 | 1670480591 19 | https://channels.nixos.org/nixos-20.09-aarch64 1670480723 20 | 1670647936 21 | https://channels.nixos.org/nixos-20.09-aarch64 1670648074 22 | 1671132899 23 | https://channels.nixos.org/nixos-20.09-aarch64 1671133187 24 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/history-v2: -------------------------------------------------------------------------------- 1 | 47e580e291ff40bbde191e9fed35128727963b0c 1622689964 1637588500 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/latest: -------------------------------------------------------------------------------- 1 | 47e580e291ff40bbde191e9fed35128727963b0c 1622689964 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09-aarch64 1671133187 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-aarch64/latest-v2: -------------------------------------------------------------------------------- 1 | 47e580e291ff40bbde191e9fed35128727963b0c 1622689964 1637588500 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-20.09-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09-small 1599540344 2 | 1600168419 3 | https://channels.nixos.org/nixos-20.09-small 1600168555 4 | 1635259909 5 | https://channels.nixos.org/nixos-20.09-small 1635260407 6 | 1646834198 7 | https://channels.nixos.org/nixos-20.09-small 1646835105 8 | 1646835220 9 | https://channels.nixos.org/nixos-20.09-small 1646835337 10 | 1646837689 11 | https://channels.nixos.org/nixos-20.09-small 1646837960 12 | 1646838338 13 | https://channels.nixos.org/nixos-20.09-small 1646838637 14 | 1648722112 15 | https://channels.nixos.org/nixos-20.09-small 1648722226 16 | 1653394940 17 | https://channels.nixos.org/nixos-20.09-small 1653395082 18 | 1656875528 19 | https://channels.nixos.org/nixos-20.09-small 1656875672 20 | 1660355137 21 | https://channels.nixos.org/nixos-20.09-small 1660355284 22 | 1670480591 23 | https://channels.nixos.org/nixos-20.09-small 1670480723 24 | 1670647937 25 | https://channels.nixos.org/nixos-20.09-small 1670648074 26 | 1671132899 27 | https://channels.nixos.org/nixos-20.09-small 1671133187 28 | 1672215726 29 | https://channels.nixos.org/nixos-20.09-small 1672215900 30 | -------------------------------------------------------------------------------- /data/nixos-20.09-small/latest: -------------------------------------------------------------------------------- 1 | 66b0db71f463164486a36dded50bedee185e45c2 1649322328 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09-small 1672215900 2 | -------------------------------------------------------------------------------- /data/nixos-20.09-small/latest-v2: -------------------------------------------------------------------------------- 1 | 66b0db71f463164486a36dded50bedee185e45c2 1649322328 1651485747 2 | -------------------------------------------------------------------------------- /data/nixos-20.09/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-20.09/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09 1599637836 2 | 1600168391 3 | https://channels.nixos.org/nixos-20.09 1600168555 4 | 1635259909 5 | https://channels.nixos.org/nixos-20.09 1635260289 6 | 1646831685 7 | https://channels.nixos.org/nixos-20.09 1646831830 8 | 1646832118 9 | https://channels.nixos.org/nixos-20.09 1646832701 10 | 1646837533 11 | https://channels.nixos.org/nixos-20.09 1646837811 12 | 1646838334 13 | https://channels.nixos.org/nixos-20.09 1646838792 14 | 1653394935 15 | https://channels.nixos.org/nixos-20.09 1653395082 16 | 1656875527 17 | https://channels.nixos.org/nixos-20.09 1656875672 18 | 1670480590 19 | https://channels.nixos.org/nixos-20.09 1670480723 20 | 1670647936 21 | https://channels.nixos.org/nixos-20.09 1670648074 22 | 1671132899 23 | https://channels.nixos.org/nixos-20.09 1671133186 24 | 1675712149 25 | https://channels.nixos.org/nixos-20.09 1675712316 26 | -------------------------------------------------------------------------------- /data/nixos-20.09/latest: -------------------------------------------------------------------------------- 1 | 1c1f5649bb9c1b0d98637c8c365228f57126f361 1632631906 2 | -------------------------------------------------------------------------------- /data/nixos-20.09/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-20.09 1675712316 2 | -------------------------------------------------------------------------------- /data/nixos-20.09/latest-v2: -------------------------------------------------------------------------------- 1 | 1c1f5649bb9c1b0d98637c8c365228f57126f361 1632631906 1635390686 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/history: -------------------------------------------------------------------------------- 1 | a2e86da944f019807df62eccf9dcb778a330e8ce 1622422857 2 | 131b8c31f35685385d5da235d14b9eaab6bf57a0 1638725149 3 | fd9d0ea3c5acf90ad8ffa260d140d4965269878b 1639516697 4 | 6d684ea3adef590a2174f2723134e1ea377272d2 1639611175 5 | 0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00 1642244250 6 | 530a53dcbc9437363471167a5e4762c5fcfa34a1 1645296114 7 | 1a7c2f41c3bf6d7fd443e2453e7b840cdc413375 1649322328 8 | 7618fa361a302fe0d5258426affc1105c41b1c23 1658329554 9 | 7ca652795e39b1c61250546492e4f417185246cb 1659451223 10 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 11 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05-aarch64 1637588501 2 | 1640930534 3 | https://channels.nixos.org/nixos-21.05-aarch64 1640930638 4 | 1645172266 5 | https://channels.nixos.org/nixos-21.05-aarch64 1645172381 6 | 1646831692 7 | https://channels.nixos.org/nixos-21.05-aarch64 1646831831 8 | 1646834201 9 | https://channels.nixos.org/nixos-21.05-aarch64 1646834419 10 | 1646837535 11 | https://channels.nixos.org/nixos-21.05-aarch64 1646837814 12 | 1646838477 13 | https://channels.nixos.org/nixos-21.05-aarch64 1646838638 14 | 1653394944 15 | https://channels.nixos.org/nixos-21.05-aarch64 1653395083 16 | 1656875531 17 | https://channels.nixos.org/nixos-21.05-aarch64 1656875672 18 | 1670480591 19 | https://channels.nixos.org/nixos-21.05-aarch64 1670480724 20 | 1670647937 21 | https://channels.nixos.org/nixos-21.05-aarch64 1670648075 22 | 1671132899 23 | https://channels.nixos.org/nixos-21.05-aarch64 1671133191 24 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/history-v2: -------------------------------------------------------------------------------- 1 | a2e86da944f019807df62eccf9dcb778a330e8ce 1622422857 1637588501 2 | 131b8c31f35685385d5da235d14b9eaab6bf57a0 1638725149 1638792093 3 | fd9d0ea3c5acf90ad8ffa260d140d4965269878b 1639516697 1639569700 4 | 6d684ea3adef590a2174f2723134e1ea377272d2 1639611175 1639656105 5 | 0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00 1642244250 1643073090 6 | 530a53dcbc9437363471167a5e4762c5fcfa34a1 1645296114 1645376509 7 | 1a7c2f41c3bf6d7fd443e2453e7b840cdc413375 1649322328 1651575163 8 | 7618fa361a302fe0d5258426affc1105c41b1c23 1658329554 1658763211 9 | 7ca652795e39b1c61250546492e4f417185246cb 1659451223 1659466912 10 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 1659999743 11 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/latest: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05-aarch64 1671133191 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-aarch64/latest-v2: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 1659999743 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.05-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05-small 1622503917 2 | 1635259910 3 | https://channels.nixos.org/nixos-21.05-small 1635260407 4 | 1646831694 5 | https://channels.nixos.org/nixos-21.05-small 1646831831 6 | 1646834203 7 | https://channels.nixos.org/nixos-21.05-small 1646834420 8 | 1646837538 9 | https://channels.nixos.org/nixos-21.05-small 1646837814 10 | 1646838341 11 | https://channels.nixos.org/nixos-21.05-small 1646838477 12 | 1646838640 13 | https://channels.nixos.org/nixos-21.05-small 1646838793 14 | 1653394946 15 | https://channels.nixos.org/nixos-21.05-small 1653395083 16 | 1656875531 17 | https://channels.nixos.org/nixos-21.05-small 1656875673 18 | 1660236766 19 | https://channels.nixos.org/nixos-21.05-small 1660236920 20 | 1670480591 21 | https://channels.nixos.org/nixos-21.05-small 1670480724 22 | 1670647937 23 | https://channels.nixos.org/nixos-21.05-small 1670648075 24 | 1671394974 25 | https://channels.nixos.org/nixos-21.05-small 1671395104 26 | 1682694845 27 | https://channels.nixos.org/nixos-21.05-small 1682695002 28 | -------------------------------------------------------------------------------- /data/nixos-21.05-small/latest: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05-small 1682695002 2 | -------------------------------------------------------------------------------- /data/nixos-21.05-small/latest-v2: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 1660000400 2 | -------------------------------------------------------------------------------- /data/nixos-21.05/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.05/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05 1622503301 2 | 1635260166 3 | https://channels.nixos.org/nixos-21.05 1635260293 4 | 1646831689 5 | https://channels.nixos.org/nixos-21.05 1646831831 6 | 1653394942 7 | https://channels.nixos.org/nixos-21.05 1653395082 8 | 1656875531 9 | https://channels.nixos.org/nixos-21.05 1656875672 10 | 1670480591 11 | https://channels.nixos.org/nixos-21.05 1670480724 12 | 1670647937 13 | https://channels.nixos.org/nixos-21.05 1670648075 14 | 1671132899 15 | https://channels.nixos.org/nixos-21.05 1671133187 16 | -------------------------------------------------------------------------------- /data/nixos-21.05/latest: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 2 | -------------------------------------------------------------------------------- /data/nixos-21.05/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.05 1671133187 2 | -------------------------------------------------------------------------------- /data/nixos-21.05/latest-v2: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 1660005137 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-aarch64/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.11-aarch64/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11-aarch64 1638237679 2 | 1644754579 3 | https://channels.nixos.org/nixos-21.11-aarch64 1644754699 4 | 1646831562 5 | https://channels.nixos.org/nixos-21.11-aarch64 1646831831 6 | 1646834207 7 | https://channels.nixos.org/nixos-21.11-aarch64 1646834420 8 | 1646838093 9 | https://channels.nixos.org/nixos-21.11-aarch64 1646838210 10 | 1646838479 11 | https://channels.nixos.org/nixos-21.11-aarch64 1646838640 12 | 1653394951 13 | https://channels.nixos.org/nixos-21.11-aarch64 1653395084 14 | 1656875532 15 | https://channels.nixos.org/nixos-21.11-aarch64 1656875673 16 | 1670480591 17 | https://channels.nixos.org/nixos-21.11-aarch64 1670480725 18 | 1670482460 19 | https://channels.nixos.org/nixos-21.11-aarch64 1670482593 20 | 1670647937 21 | https://channels.nixos.org/nixos-21.11-aarch64 1670648075 22 | 1671394975 23 | https://channels.nixos.org/nixos-21.11-aarch64 1671395105 24 | -------------------------------------------------------------------------------- /data/nixos-21.11-aarch64/latest: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-aarch64/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11-aarch64 1671395105 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-aarch64/latest-v2: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 1659625328 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.11-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11-small 1638237217 2 | 1646834209 3 | https://channels.nixos.org/nixos-21.11-small 1646834420 4 | 1648564307 5 | https://channels.nixos.org/nixos-21.11-small 1648564425 6 | 1648722115 7 | https://channels.nixos.org/nixos-21.11-small 1648722227 8 | 1653394953 9 | https://channels.nixos.org/nixos-21.11-small 1653395084 10 | 1656875532 11 | https://channels.nixos.org/nixos-21.11-small 1656875673 12 | 1667821731 13 | https://channels.nixos.org/nixos-21.11-small 1667821865 14 | 1670480592 15 | https://channels.nixos.org/nixos-21.11-small 1670480734 16 | 1670482460 17 | https://channels.nixos.org/nixos-21.11-small 1670482593 18 | 1670647938 19 | https://channels.nixos.org/nixos-21.11-small 1670648076 20 | 1671394975 21 | https://channels.nixos.org/nixos-21.11-small 1671395105 22 | -------------------------------------------------------------------------------- /data/nixos-21.11-small/latest: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11-small 1671395105 2 | -------------------------------------------------------------------------------- /data/nixos-21.11-small/latest-v2: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 1659454380 2 | -------------------------------------------------------------------------------- /data/nixos-21.11/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-21.11/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11 1638237216 2 | 1646831696 3 | https://channels.nixos.org/nixos-21.11 1646831831 4 | 1646834205 5 | https://channels.nixos.org/nixos-21.11 1646834420 6 | 1653394949 7 | https://channels.nixos.org/nixos-21.11 1653395083 8 | 1656875532 9 | https://channels.nixos.org/nixos-21.11 1656875673 10 | 1670480591 11 | https://channels.nixos.org/nixos-21.11 1670480724 12 | 1670647937 13 | https://channels.nixos.org/nixos-21.11 1670648075 14 | 1671394974 15 | https://channels.nixos.org/nixos-21.11 1671395104 16 | 1682694850 17 | https://channels.nixos.org/nixos-21.11 1682695002 18 | -------------------------------------------------------------------------------- /data/nixos-21.11/latest: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 2 | -------------------------------------------------------------------------------- /data/nixos-21.11/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-21.11 1682695002 2 | -------------------------------------------------------------------------------- /data/nixos-21.11/latest-v2: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 1659624710 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-aarch64/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-22.05-aarch64/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05-aarch64 1653666108 2 | 1656875532 3 | https://channels.nixos.org/nixos-22.05-aarch64 1656875674 4 | 1667821731 5 | https://channels.nixos.org/nixos-22.05-aarch64 1667821865 6 | 1670480592 7 | https://channels.nixos.org/nixos-22.05-aarch64 1670480734 8 | 1670482460 9 | https://channels.nixos.org/nixos-22.05-aarch64 1670482593 10 | 1671394975 11 | https://channels.nixos.org/nixos-22.05-aarch64 1671395105 12 | 1672216048 13 | https://channels.nixos.org/nixos-22.05-aarch64 1672216195 14 | -------------------------------------------------------------------------------- /data/nixos-22.05-aarch64/latest: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-aarch64/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05-aarch64 1672216195 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-aarch64/latest-v2: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 1682621575 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-22.05-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05-small 1653504130 2 | 1656875533 3 | https://channels.nixos.org/nixos-22.05-small 1656875674 4 | 1667821731 5 | https://channels.nixos.org/nixos-22.05-small 1667821865 6 | 1670482460 7 | https://channels.nixos.org/nixos-22.05-small 1670482593 8 | 1671394976 9 | https://channels.nixos.org/nixos-22.05-small 1671395106 10 | -------------------------------------------------------------------------------- /data/nixos-22.05-small/latest: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05-small 1671395106 2 | -------------------------------------------------------------------------------- /data/nixos-22.05-small/latest-v2: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 1682608405 2 | -------------------------------------------------------------------------------- /data/nixos-22.05/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-22.05/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05 1653608515 2 | 1656875532 3 | https://channels.nixos.org/nixos-22.05 1656875673 4 | 1667821731 5 | https://channels.nixos.org/nixos-22.05 1667821865 6 | 1670480592 7 | https://channels.nixos.org/nixos-22.05 1670480734 8 | 1670482460 9 | https://channels.nixos.org/nixos-22.05 1670482593 10 | 1670647938 11 | https://channels.nixos.org/nixos-22.05 1670648076 12 | 1671394975 13 | https://channels.nixos.org/nixos-22.05 1671395105 14 | -------------------------------------------------------------------------------- /data/nixos-22.05/latest: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 2 | -------------------------------------------------------------------------------- /data/nixos-22.05/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.05 1671395105 2 | -------------------------------------------------------------------------------- /data/nixos-22.05/latest-v2: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 1682694850 2 | -------------------------------------------------------------------------------- /data/nixos-22.11-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-22.11-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.11-small 1669498749 2 | 1670482461 3 | https://channels.nixos.org/nixos-22.11-small 1670482594 4 | 1671394976 5 | https://channels.nixos.org/nixos-22.11-small 1671395106 6 | -------------------------------------------------------------------------------- /data/nixos-22.11-small/latest: -------------------------------------------------------------------------------- 1 | a17f99dfcb9643200b3884ca195c69ae41d7f059 1684858140 2 | -------------------------------------------------------------------------------- /data/nixos-22.11-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.11-small 1671395106 2 | -------------------------------------------------------------------------------- /data/nixos-22.11-small/latest-v2: -------------------------------------------------------------------------------- 1 | a17f99dfcb9643200b3884ca195c69ae41d7f059 1684858140 1684861942 2 | -------------------------------------------------------------------------------- /data/nixos-22.11/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-22.11/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.11 1669498749 2 | 1670482460 3 | https://channels.nixos.org/nixos-22.11 1670482593 4 | 1671394976 5 | https://channels.nixos.org/nixos-22.11 1671395106 6 | -------------------------------------------------------------------------------- /data/nixos-22.11/latest: -------------------------------------------------------------------------------- 1 | b0671cbf1e5c443f7fbfd4941ee0f8a151435114 1684661732 2 | -------------------------------------------------------------------------------- /data/nixos-22.11/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-22.11 1671395106 2 | -------------------------------------------------------------------------------- /data/nixos-22.11/latest-v2: -------------------------------------------------------------------------------- 1 | b0671cbf1e5c443f7fbfd4941ee0f8a151435114 1684661732 1684838600 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/history: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-23.05-small 1684832010 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/history-v2: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 1684832010 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/latest: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-23.05-small 1684832010 2 | -------------------------------------------------------------------------------- /data/nixos-23.05-small/latest-v2: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 1684832010 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-23.05/history: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-23.05 1684830851 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/history-v2: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 1684830851 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/latest: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-23.05 1684830851 2 | -------------------------------------------------------------------------------- /data/nixos-23.05/latest-v2: -------------------------------------------------------------------------------- 1 | 8966c43feba2c701ed624302b6a935f97bcbdf88 1684782344 1684830851 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/history: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-test-staging-baseline 1655817716 2 | 1663173139 3 | https://channels.nixos.org/nixos-test-staging-baseline 1663173272 4 | 1667821732 5 | https://channels.nixos.org/nixos-test-staging-baseline 1667821866 6 | 1670482461 7 | https://channels.nixos.org/nixos-test-staging-baseline 1670482594 8 | 1670648372 9 | https://channels.nixos.org/nixos-test-staging-baseline 1670648526 10 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/history-v2: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 1655817716 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/latest: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-test-staging-baseline 1670648526 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging-baseline/latest-v2: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 1655817716 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-test-staging/history: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-test-staging 1655817715 2 | 1656875533 3 | https://channels.nixos.org/nixos-test-staging 1656875674 4 | 1663173138 5 | https://channels.nixos.org/nixos-test-staging 1663173272 6 | 1667821732 7 | https://channels.nixos.org/nixos-test-staging 1667821866 8 | 1670482461 9 | https://channels.nixos.org/nixos-test-staging 1670482594 10 | 1672216053 11 | https://channels.nixos.org/nixos-test-staging 1672216196 12 | -------------------------------------------------------------------------------- /data/nixos-test-staging/history-v2: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 1655817715 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging/latest: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-test-staging 1672216196 2 | -------------------------------------------------------------------------------- /data/nixos-test-staging/latest-v2: -------------------------------------------------------------------------------- 1 | 0d68d7c857fe301d49cdcd56130e0beea4ecd5aa 1655624069 1655817715 2 | -------------------------------------------------------------------------------- /data/nixos-unstable-small/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-unstable-small/latest: -------------------------------------------------------------------------------- 1 | 499cad7a722caf0bebb2a382a67fa39c992acebd 1684857135 2 | -------------------------------------------------------------------------------- /data/nixos-unstable-small/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-unstable-small 1672216197 2 | -------------------------------------------------------------------------------- /data/nixos-unstable-small/latest-v2: -------------------------------------------------------------------------------- 1 | 499cad7a722caf0bebb2a382a67fa39c992acebd 1684857135 1684866785 2 | -------------------------------------------------------------------------------- /data/nixos-unstable/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixos-unstable/latest: -------------------------------------------------------------------------------- 1 | 7084250df3d7f9735087d3234407f3c1fc2400e3 1684754342 2 | -------------------------------------------------------------------------------- /data/nixos-unstable/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixos-unstable 1670648526 2 | -------------------------------------------------------------------------------- /data/nixos-unstable/latest-v2: -------------------------------------------------------------------------------- 1 | 7084250df3d7f9735087d3234407f3c1fc2400e3 1684754342 1684793012 2 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://releases.nixos.org/nixpkgs/17.09-darwin/nixpkgs-darwin-17.09pre117554.24a7883c234 1541867473 2 | https://channels.nixos.org/nixpkgs-17.09-darwin 1583923244 3 | https://releases.nixos.org/nixpkgs/17.09-darwin/nixpkgs-darwin-17.09pre117554.24a7883c234 1583929532 4 | https://channels.nixos.org/nixpkgs-17.09-darwin 1584180642 5 | 1586372448 6 | https://channels.nixos.org/nixpkgs-17.09-darwin 1586372742 7 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/history-v2: -------------------------------------------------------------------------------- 1 | 9fdd97fad85ea422549055b8a784139b621a8cdf 1528664972 1529013440 2 | be3ac859fb22ea90abe5b4f7f5737c9101881e03 1529228607 1529297130 3 | 884d8c4d4b590925ef94bb746fac4f93dfa3bb15 1530094805 1530101419 4 | 0d856d8b82ed5976e5027f0dff608a2595b196f9 1530281753 1530312918 5 | 14f9ee66e63077539252f8b4550049381a082518 1536920188 1536940234 6 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 1538252742 7 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/latest: -------------------------------------------------------------------------------- 1 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 2 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-17.09-darwin 1586372742 2 | -------------------------------------------------------------------------------- /data/nixpkgs-17.09-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 24a7883c2349af5076107dbbb615be09d6025a95 1538249492 1538252742 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.03-darwin/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message gchristensen on #nixos on Freenode. 20 | 21 | 22 | FILE NOTES 23 | 24 | Each format comes with two files, a "latest" file 25 | and a "history" file. 26 | 27 | The history files will retain 100000 lines of history. 28 | 29 | 30 | 31 | FORMAT NOTES 32 | 33 | latest, history: 34 | commit-hash date-of-commit 35 | 36 | latest-v2, history-v2: 37 | commit-hash date-of-commit date-of-advancement 38 | 39 | latest-url, history-url: 40 | channel-url date-of-advancement 41 | 42 | Note: "date-of-advancement" is actually the date 43 | the advancement was _detected_, and can be 44 | wildly wrong for no longer updated channels. For 45 | example, the nixos-13.10 channel's 46 | date-of-advancement is quite recent despite the 47 | channel not having updated in many years. 48 | 49 | All three formats will continue to be updated. 50 | 51 | Thank you, good luck, have fun 52 | Graham 53 | -------------------------------------------------------------------------------- /data/nixpkgs-18.03-darwin/latest: -------------------------------------------------------------------------------- 1 | 4d48e8106f9fac757b9359b8c8eeec3ca1e35908 1564447288 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.03-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-18.03-darwin 1584180643 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.03-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 4d48e8106f9fac757b9359b8c8eeec3ca1e35908 1564447288 1564484430 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.09-darwin/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-18.09-darwin/latest: -------------------------------------------------------------------------------- 1 | e99df8643c87c4578de62fb73f43244a6968f6f3 1578088062 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.09-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-18.09-darwin 1670648526 2 | -------------------------------------------------------------------------------- /data/nixpkgs-18.09-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | e99df8643c87c4578de62fb73f43244a6968f6f3 1578088062 1578146443 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.03-darwin/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-19.03-darwin/latest: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.03-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-19.03-darwin 1670648527 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.03-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 34c7eb7545d155cc5b6f499b23a7cb1c96ab4d59 1581379203 1581388535 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.09-darwin/latest: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.09-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-19.09-darwin 1670648527 2 | -------------------------------------------------------------------------------- /data/nixpkgs-19.09-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 75f4ba05c63be3f147bcc2f7bd4ba1f029cedcb1 1600952148 1600962320 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.03-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-20.03-darwin 1586742344 2 | 1617152055 3 | https://channels.nixos.org/nixpkgs-20.03-darwin 1617152160 4 | 1634188972 5 | https://channels.nixos.org/nixpkgs-20.03-darwin 1634189103 6 | 1635259917 7 | https://channels.nixos.org/nixpkgs-20.03-darwin 1635260305 8 | 1646831568 9 | https://channels.nixos.org/nixpkgs-20.03-darwin 1646831699 10 | 1646838099 11 | https://channels.nixos.org/nixpkgs-20.03-darwin 1646838211 12 | 1648564314 13 | https://channels.nixos.org/nixpkgs-20.03-darwin 1648564427 14 | 1653394967 15 | https://channels.nixos.org/nixpkgs-20.03-darwin 1653395086 16 | 1663173140 17 | https://channels.nixos.org/nixpkgs-20.03-darwin 1663173273 18 | 1667821736 19 | https://channels.nixos.org/nixpkgs-20.03-darwin 1667821867 20 | 1670648373 21 | https://channels.nixos.org/nixpkgs-20.03-darwin 1670648527 22 | -------------------------------------------------------------------------------- /data/nixpkgs-20.03-darwin/latest: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.03-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-20.03-darwin 1670648527 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.03-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 1db42b7fe3878f3f5f7a4f2dc210772fd080e205 1620055814 1620061905 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.09-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-20.09-darwin 1601467222 2 | 1635259920 3 | https://channels.nixos.org/nixpkgs-20.09-darwin 1635260306 4 | 1646834219 5 | https://channels.nixos.org/nixpkgs-20.09-darwin 1646834428 6 | 1646838487 7 | https://channels.nixos.org/nixpkgs-20.09-darwin 1646838672 8 | 1648564316 9 | https://channels.nixos.org/nixpkgs-20.09-darwin 1648564427 10 | 1648722122 11 | https://channels.nixos.org/nixpkgs-20.09-darwin 1648722228 12 | 1653394969 13 | https://channels.nixos.org/nixpkgs-20.09-darwin 1653395086 14 | 1663173140 15 | https://channels.nixos.org/nixpkgs-20.09-darwin 1663173274 16 | 1667821737 17 | https://channels.nixos.org/nixpkgs-20.09-darwin 1667821868 18 | 1670648374 19 | https://channels.nixos.org/nixpkgs-20.09-darwin 1670648531 20 | -------------------------------------------------------------------------------- /data/nixpkgs-20.09-darwin/latest: -------------------------------------------------------------------------------- 1 | 66b0db71f463164486a36dded50bedee185e45c2 1649322328 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.09-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-20.09-darwin 1670648531 2 | -------------------------------------------------------------------------------- /data/nixpkgs-20.09-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 66b0db71f463164486a36dded50bedee185e45c2 1649322328 1651484554 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.05-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-21.05-darwin 1622503920 2 | 1635259920 3 | https://channels.nixos.org/nixpkgs-21.05-darwin 1635260308 4 | 1646834430 5 | https://channels.nixos.org/nixpkgs-21.05-darwin 1646835108 6 | 1646837844 7 | https://channels.nixos.org/nixpkgs-21.05-darwin 1646837962 8 | 1646838353 9 | https://channels.nixos.org/nixpkgs-21.05-darwin 1646838487 10 | 1646838674 11 | https://channels.nixos.org/nixpkgs-21.05-darwin 1646838795 12 | 1653394971 13 | https://channels.nixos.org/nixpkgs-21.05-darwin 1653395086 14 | 1667821737 15 | https://channels.nixos.org/nixpkgs-21.05-darwin 1667821868 16 | 1670648374 17 | https://channels.nixos.org/nixpkgs-21.05-darwin 1670648533 18 | -------------------------------------------------------------------------------- /data/nixpkgs-21.05-darwin/latest: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.05-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-21.05-darwin 1670648533 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.05-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 022caabb5f2265ad4006c1fa5b1ebe69fb0c3faf 1659914493 1659994338 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.11-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-21.11-darwin 1638237221 2 | 1644754315 3 | https://channels.nixos.org/nixpkgs-21.11-darwin 1644754434 4 | 1646834077 5 | https://channels.nixos.org/nixpkgs-21.11-darwin 1646835224 6 | 1646837846 7 | https://channels.nixos.org/nixpkgs-21.11-darwin 1646837963 8 | 1648564319 9 | https://channels.nixos.org/nixpkgs-21.11-darwin 1648564427 10 | 1653394974 11 | https://channels.nixos.org/nixpkgs-21.11-darwin 1653395086 12 | 1660236784 13 | https://channels.nixos.org/nixpkgs-21.11-darwin 1660236924 14 | 1667821737 15 | https://channels.nixos.org/nixpkgs-21.11-darwin 1667821868 16 | 1670648374 17 | https://channels.nixos.org/nixpkgs-21.11-darwin 1670648534 18 | -------------------------------------------------------------------------------- /data/nixpkgs-21.11-darwin/latest: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.11-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-21.11-darwin 1670648534 2 | -------------------------------------------------------------------------------- /data/nixpkgs-21.11-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | eabc38219184cc3e04a974fe31857d8e0eac098d 1659446231 1659610318 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.05-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-22.05-darwin 1653504134 2 | 1667821737 3 | https://channels.nixos.org/nixpkgs-22.05-darwin 1667821868 4 | 1670648374 5 | https://channels.nixos.org/nixpkgs-22.05-darwin 1670648534 6 | -------------------------------------------------------------------------------- /data/nixpkgs-22.05-darwin/latest: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.05-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-22.05-darwin 1670648534 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.05-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 50fc86b75d2744e1ab3837ef74b53f103a9b55a0 1682599799 1682695007 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.11-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-22.11-darwin 1669498752 2 | 1670648374 3 | https://channels.nixos.org/nixpkgs-22.11-darwin 1670648534 4 | 1672215755 5 | https://channels.nixos.org/nixpkgs-22.11-darwin 1672215905 6 | -------------------------------------------------------------------------------- /data/nixpkgs-22.11-darwin/latest: -------------------------------------------------------------------------------- 1 | a17f99dfcb9643200b3884ca195c69ae41d7f059 1684858140 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.11-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-22.11-darwin 1672215905 2 | -------------------------------------------------------------------------------- /data/nixpkgs-22.11-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | a17f99dfcb9643200b3884ca195c69ae41d7f059 1684858140 1684896204 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/history: -------------------------------------------------------------------------------- 1 | 4ff81fbbb28e1e957e923ddce8e5dda6a24769fd 1684850551 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-23.05-darwin 1684855941 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/history-v2: -------------------------------------------------------------------------------- 1 | 4ff81fbbb28e1e957e923ddce8e5dda6a24769fd 1684850551 1684855941 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/latest: -------------------------------------------------------------------------------- 1 | 4ff81fbbb28e1e957e923ddce8e5dda6a24769fd 1684850551 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-23.05-darwin 1684855941 2 | -------------------------------------------------------------------------------- /data/nixpkgs-23.05-darwin/latest-v2: -------------------------------------------------------------------------------- 1 | 4ff81fbbb28e1e957e923ddce8e5dda6a24769fd 1684850551 1684855941 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/history: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-spectrum-os 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/history-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/latest: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-spectrum-os 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-spectrum-os/latest-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-test/history: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-test 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/history-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/latest: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-test 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-test/latest-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982574 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/history: -------------------------------------------------------------------------------- 1 | eea1feebb4a59a7a408956dd31fa1e774fe87d8a 1520818559 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-tests 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/history-v2: -------------------------------------------------------------------------------- 1 | eea1feebb4a59a7a408956dd31fa1e774fe87d8a 1520818559 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/latest: -------------------------------------------------------------------------------- 1 | eea1feebb4a59a7a408956dd31fa1e774fe87d8a 1520818559 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-tests 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-tests/latest-v2: -------------------------------------------------------------------------------- 1 | eea1feebb4a59a7a408956dd31fa1e774fe87d8a 1520818559 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-unstable/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-unstable/latest: -------------------------------------------------------------------------------- 1 | c7eb65213bd7d95eafb8c5e2e181f04da103d054 1684759798 2 | -------------------------------------------------------------------------------- /data/nixpkgs-unstable/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-unstable 1667821869 2 | -------------------------------------------------------------------------------- /data/nixpkgs-unstable/latest-v2: -------------------------------------------------------------------------------- 1 | c7eb65213bd7d95eafb8c5e2e181f04da103d054 1684759798 1684807376 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/history: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-upstream 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/history-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/latest: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-upstream 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-upstream/latest-v2: -------------------------------------------------------------------------------- 1 | 7f2e8f6367043ba22edf37a2d417faa2e7c591a5 1576226833 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/README.txt: -------------------------------------------------------------------------------- 1 | This service is provided for free. 2 | 3 | If you use this service automatically please be 4 | polite and follow some rules: 5 | 6 | - please don't poll any more often than every 15 7 | minutes, to reduce the traffic to my server. 8 | 9 | - please don't poll exactly on a 5 minute 10 | increment, to avoid the "thundering herd" 11 | problem. 12 | 13 | - please add a delay on your scheduled polling 14 | script for a random delay between 1 and 59 15 | seconds, to further spread out the load. 16 | 17 | - please consider using my webhooks instead: 18 | email me at graham at grahamc dot com or 19 | message grahamc on Matrix: 20 | https://matrix.to/#/#community:nixos.org 21 | 22 | 23 | FILE NOTES 24 | 25 | Each format comes with two files, a "latest" file 26 | and a "history" file. 27 | 28 | The history files will retain 100000 lines of history. 29 | 30 | 31 | 32 | FORMAT NOTES 33 | 34 | latest, history: 35 | commit-hash date-of-commit 36 | 37 | latest-v2, history-v2: 38 | commit-hash date-of-commit date-of-advancement 39 | 40 | latest-url, history-url: 41 | channel-url date-of-advancement 42 | 43 | Note: "date-of-advancement" is actually the date 44 | the advancement was _detected_, and can be 45 | wildly wrong for no longer updated channels. For 46 | example, the nixos-13.10 channel's 47 | date-of-advancement is quite recent despite the 48 | channel not having updated in many years. 49 | 50 | All three formats will continue to be updated. 51 | 52 | Thank you, good luck, have fun 53 | Graham 54 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/history: -------------------------------------------------------------------------------- 1 | 5a3c1eda46ef4b0bbd782d5b6443a0dd9263d094 1577501812 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/history-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-vnc 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/history-v2: -------------------------------------------------------------------------------- 1 | 5a3c1eda46ef4b0bbd782d5b6443a0dd9263d094 1577501812 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/latest: -------------------------------------------------------------------------------- 1 | 5a3c1eda46ef4b0bbd782d5b6443a0dd9263d094 1577501812 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/latest-url: -------------------------------------------------------------------------------- 1 | https://channels.nixos.org/nixpkgs-vnc 1669982575 2 | -------------------------------------------------------------------------------- /data/nixpkgs-vnc/latest-v2: -------------------------------------------------------------------------------- 1 | 5a3c1eda46ef4b0bbd782d5b6443a0dd9263d094 1577501812 1669982575 2 | -------------------------------------------------------------------------------- /data/style.css: -------------------------------------------------------------------------------- 1 | html, 2 | body { 3 | background-color: #333; 4 | color: #eee; 5 | font-family: sans-serif; 6 | margin: 0; 7 | padding: 0; 8 | } 9 | 10 | body { 11 | padding: 1rem; 12 | } 13 | 14 | a { 15 | color: #06f; 16 | } 17 | 18 | .cols { 19 | display: flex; 20 | flex-wrap: wrap; 21 | } 22 | 23 | .cols--row { 24 | flex-direction: row; 25 | } 26 | 27 | .cols > * { 28 | flex: 33% 0 0; 29 | } 30 | 31 | .release { 32 | width: 90vw; 33 | margin: 0 auto; 34 | } 35 | 36 | .release__header { 37 | text-align: center; 38 | } 39 | 40 | .channel { 41 | min-width: 20rem; 42 | } 43 | 44 | .channel__urls { 45 | list-style: none; 46 | margin: 0; 47 | padding: 0; 48 | } 49 | 50 | .channel__url { 51 | min-width: 8rem; 52 | } 53 | 54 | #container { 55 | width: 95vw; 56 | margin: 0 auto; 57 | padding: 0; 58 | overflow-x: auto; 59 | } 60 | 61 | .row__label { 62 | fill: #eee; 63 | stroke: none; 64 | font-size: 12px; 65 | } 66 | 67 | .row__point:hover { 68 | stroke-width: 4px; 69 | } 70 | -------------------------------------------------------------------------------- /default.nix: -------------------------------------------------------------------------------- 1 | let 2 | # Temporarily pin Nixpkgs: https://github.com/NixOS/nixpkgs/pull/126993#issuecomment-884192962 3 | pkgs = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/aab3c48aef2260867272bf6797a980e32ccedbe0.tar.gz") { }; 4 | 5 | perl = pkgs.perl.withPackages (ps: with ps; [ JSON DateTime HTMLTidy ]); 6 | in 7 | pkgs.resholvePackage { 8 | pname = "nix-channel-monitor"; 9 | version = "0.0.0"; 10 | 11 | src = ./src; 12 | 13 | preBuild = '' 14 | shellcheck ./calculate 15 | shellcheck ./calculate-and-push 16 | shellcheck ./make-index 17 | ''; 18 | 19 | buildPhase = '' 20 | patchShebangs . 21 | ''; 22 | 23 | nativeBuildInputs = [ pkgs.shellcheck perl ]; 24 | 25 | installPhase = '' 26 | install -Dv calculate $out/bin/calculate 27 | install -Dv calculate-and-push $out/bin/calculate-and-push 28 | install -Dv enter-env.sh $out/bin/enter-env.sh 29 | install -Dv make-index $out/bin/make-index 30 | ''; 31 | 32 | solutions.calculate = { 33 | scripts = [ "bin/calculate" "bin/calculate-and-push" "bin/enter-env.sh" ]; 34 | interpreter = "${pkgs.oil}/bin/osh"; 35 | 36 | inputs = with pkgs; [ 37 | (placeholder "out") 38 | awscli2 39 | bash 40 | coreutils 41 | curl 42 | findutils 43 | gawk 44 | git 45 | gnugrep 46 | gnused 47 | jq 48 | recode 49 | vault 50 | ]; 51 | }; 52 | } 53 | -------------------------------------------------------------------------------- /enter-env.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec $(nix-build "$(dirname "$0")" --no-out-link)/bin/enter-env.sh "$@" 4 | -------------------------------------------------------------------------------- /src/calculate-and-push: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -euxo pipefail 4 | 5 | remote=https://github.com/nixos/nixpkgs.git 6 | gitcache="$HOME/.cache/git-cache" 7 | ( 8 | mkdir -p "$gitcache" 9 | cd "$gitcache" || exit 1 10 | if [ ! -d ./nixpkgs ]; then 11 | git clone "$remote" ./nixpkgs 12 | fi 13 | 14 | cd nixpkgs || exit 1 15 | git remote set-url origin "$remote" 16 | git gc 17 | git fetch "origin" 18 | ) 19 | 20 | if [ ! -d ./nixpkgs ]; then 21 | git clone --reference "$gitcache/nixpkgs" -- "$remote" ./nixpkgs 22 | fi 23 | 24 | calculate "$PWD/nixpkgs" "./data" 25 | 26 | make-index ./data 27 | 28 | git add ./data 29 | 30 | if ! git diff --cached --exit-code; then 31 | git commit -m "Automatic channel data update." 32 | git push vaultpush HEAD:"$BUILDKITE_BRANCH" 33 | 34 | # [extension] => MIME type 35 | declare -A content_types=( 36 | [html]=text/html 37 | [css]=text/css 38 | [js]=application/javascript 39 | ) 40 | 41 | # Excludes for sync of text/plain files, built from extensions whose MIME types aren't 42 | # text/plain 43 | declare -a excludes=() 44 | for extension in "${!content_types[@]}"; do 45 | excludes+=(--exclude "*.$extension") 46 | done 47 | 48 | # Sync text/plain files first 49 | aws s3 sync ./data/ s3://channels.nix.gsc.io20210208030937774500000002 \ 50 | --delete \ 51 | "${excludes[@]}" \ 52 | --no-guess-mime-type \ 53 | --content-type text/plain 54 | 55 | # Sync other files next 56 | for extension in "${!content_types[@]}"; do 57 | mime_type="${content_types[$extension]}" 58 | 59 | aws s3 sync ./data/ s3://channels.nix.gsc.io20210208030937774500000002 \ 60 | --delete \ 61 | --exclude '*' \ 62 | --include "*.$extension" \ 63 | --no-guess-mime-type \ 64 | --content-type "$mime_type" 65 | done 66 | fi 67 | --------------------------------------------------------------------------------