diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-01T11·46+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2020-07-25T13·43+0100 |
commit | b4e0b55e5608ae2b394880e69912d9352fea2d9d (patch) | |
tree | 099758c2f4867ca70ba581db6f8a2d42be49a7d2 /tools/nixery/.travis.yml | |
parent | bdda24a77287e09cb855eee7019148ee8bbd1cd9 (diff) |
chore(build): Change pin for default nixpkgs used to build Nixery
This moves the pin from just being in the Travis configuration to also being set in a nixpkgs-pin.nix file, which makes it trivial to build at the right commit when performing local builds.
Diffstat (limited to 'tools/nixery/.travis.yml')
-rw-r--r-- | tools/nixery/.travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/.travis.yml b/tools/nixery/.travis.yml index b0a2b3f997f9..72bbb90b6af2 100644 --- a/tools/nixery/.travis.yml +++ b/tools/nixery/.travis.yml @@ -5,7 +5,7 @@ arch: services: - docker env: - - NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/5271f8dddc0f2e54f55bd2fc1868c09ff72ac980.tar.gz + - NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/0a40a3999eb4d577418515da842a2622a64880c5.tar.gz before_script: - echo "Running Nixery CI build on $(uname -m)" - mkdir test-files |