Skip to content

Commit

Permalink
feat(tools/nixery): Absorb Nixery into depot
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tazjin committed Apr 20, 2022
1 parent e43e077 commit f84e452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .skip-subtree
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Imported subtree is not yet fully readTree-compatible.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
, preLaunch ? ""
, extraPackages ? []
, maxLayers ? 20
, commitHash ? null }@args:
, commitHash ? null
, ... }@args:

with pkgs;

Expand Down

0 comments on commit f84e452

Please sign in to comment.