This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b
The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test
which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing)
This repo will be removed once the PR to the nixpkgs github goes through
f34225c440
chromium: Improve update script and update to latest versions. Previously, we had a single hash of the whole version response from omahaproxy. Unfortunately the dev version is released quite frequently, so the hash is of no use at all (we could rather directly fetch rather than executing the script, because it will fetch all channels anyway). This pull request adds two methods of caching: * First of all, if a perticular version/channel is already in the previous version of the sources.nix file, don't download it again. * And the second method is to check if the current sha256 is already downloaded and reads the corresponding sha256 from the lookup table. So, this should really help to avoid flooding the download servers and to not stress impatient users too much. |
||
---|---|---|
doc | ||
maintainers | ||
pkgs | ||
.gitignore | ||
COPYING | ||
default.nix | ||
VERSION |