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.
This commit is contained in:
Vincent Ambo 2020-05-01 12:46:38 +01:00 committed by Vincent Ambo
parent bdda24a772
commit b4e0b55e56
3 changed files with 6 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
{ pkgs ? import <nixpkgs> { }
{ pkgs ? import ./nixpkgs-pin.nix
, preLaunch ? ""
, extraPackages ? []
, maxLayers ? 20 }: