On Mon, Mar 15, 2021 at 04:11:42PM -0700, Cole Helbling wrote: > On Mon Mar 15, 2021 at 6:58 AM PDT, Alyssa Ross wrote: > > Stage 1 was supposed to be able to take a list of PATH entries to > > prepend to the default PATH, but it didn't do anything with them. > > Now, it properly adds them to the PATH as early as possible during > > boot. > > > > This mechanism isn't currently used anywhere, but is very useful for > > debugging. > > --- > > pkgs/os-specific/linux/spectrum/rootfs/generic.nix | 3 ++- > > pkgs/os-specific/linux/spectrum/rootfs/stage1.nix | 7 +++++-- > > 2 files changed, 7 insertions(+), 3 deletions(-) > > Stuff that helps debugging is good! > > Reviewed-by: Cole Helbling Committed as d85408e1193. Thanks for the review!