feat(tools/nixery): Absorb Nixery into depot

This absorbs a josh-filtered Nix subtree into depot, at
//tools/nixery.

This subtree was created through `josh-filter ':prefix=tools/nixery'`,
which allows a filter on tools/nixery to yield the same commit hashes
as the original Nixery repository (allowing for history continuity).

Change-Id: Icc1a99bf1248226b91f437b0a90361d36fb0d327
This commit is contained in:
Vincent Ambo 2022-04-20 15:53:34 +02:00
parent e43e077d4e
commit f84e45266b
2 changed files with 3 additions and 1 deletions

1
.skip-subtree Normal file
View File

@ -0,0 +1 @@
Imported subtree is not yet fully readTree-compatible.

View File

@ -16,7 +16,8 @@
, preLaunch ? ""
, extraPackages ? []
, maxLayers ? 20
, commitHash ? null }@args:
, commitHash ? null
, ... }@args:
with pkgs;