We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--impure
1 parent 9da62f6 commit 7879371Copy full SHA for 7879371
internal/nix/nix.go
@@ -74,7 +74,7 @@ func (*Nix) PrintDevEnv(ctx context.Context, args *PrintDevEnvArgs) (*PrintDevEn
74
}
75
76
if len(data) == 0 {
77
- cmd := command("print-dev-env", "--json",
+ cmd := command("print-dev-env", "--json", "--impure",
78
"path:"+flakeDirResolved,
79
)
80
slog.Debug("running print-dev-env cmd", "cmd", cmd)
0 commit comments