From f84e45266b1d6b6c0aa94c7a344bb726da81dc08 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Apr 2022 15:53:34 +0200 Subject: [PATCH] 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 --- .skip-subtree | 1 + default.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .skip-subtree diff --git a/.skip-subtree b/.skip-subtree new file mode 100644 index 0000000..4948dd5 --- /dev/null +++ b/.skip-subtree @@ -0,0 +1 @@ +Imported subtree is not yet fully readTree-compatible. diff --git a/default.nix b/default.nix index 19143fc..70d5093 100644 --- a/default.nix +++ b/default.nix @@ -16,7 +16,8 @@ , preLaunch ? "" , extraPackages ? [] , maxLayers ? 20 -, commitHash ? null }@args: +, commitHash ? null +, ... }@args: with pkgs;