mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-14 21:51:52 +00:00
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:
parent
e43e077d4e
commit
f84e45266b
1
.skip-subtree
Normal file
1
.skip-subtree
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Imported subtree is not yet fully readTree-compatible.
|
|
@ -16,7 +16,8 @@
|
||||||
, preLaunch ? ""
|
, preLaunch ? ""
|
||||||
, extraPackages ? []
|
, extraPackages ? []
|
||||||
, maxLayers ? 20
|
, maxLayers ? 20
|
||||||
, commitHash ? null }@args:
|
, commitHash ? null
|
||||||
|
, ... }@args:
|
||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user