Skip to content

Commit 00ad797

Browse files
committed
debugging
1 parent 8b2a707 commit 00ad797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/devbox/packages.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ func (d *Devbox) ensureStateIsUpToDate(ctx context.Context, mode installMode) er
295295
// Skip the print-dev-env's cache if we are in a devbox-environment. If not,
296296
// skip the cache if we're either installing packages or ensuring
297297
// the project state is up-to-date.
298-
skipPrintDevEnvCache := d.IsEnvEnabled() || (mode == ensure || mode == install)
298+
skipPrintDevEnvCache := true
299+
// skipPrintDevEnvCache := d.IsEnvEnabled() || (mode == ensure || mode == install)
299300
if _, err := d.computeEnv(ctx, !skipPrintDevEnvCache /*usePrintDevEnvCache*/); err != nil {
300301
return err
301302
}

internal/nix/nixprofile/store_path.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)