about summary refs log tree commit diff
path: root/tools/nixery/nixpkgs-pin.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20 r/3979 refactor(nixery): Adapt Nix build instructions for readTreeVincent Ambo1-4/+0
This does not fully change the build structure of Nixery to be depot-compatible yet, but should allow most targets to be built in depot CI. This contains some hacks to work around surface incompatibilities which we'll clear away later. Change-Id: I84e7734334abbe299983956f528c0897f49fa8c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5485 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
2021-10-29 chore: Bump nixpkgs pin to nixos-unstable 2021-10-29Vincent Ambo1-2/+2
2021-04-30 chore: Update default NixOS channel to nixos-20.09Vincent Ambo1-2/+2
2020-07-25 chore(build): Change pin for default nixpkgs used to build NixeryVincent Ambo1-0/+4
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.