Skip to content

Commit f5b3d63

Browse files
committed
debugging testscript failure
1 parent 60cefb4 commit f5b3d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/boxcli/featureflag/remove_nixpkgs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package featureflag
44
// It leverages the search index to directly map <package>@<version> to
55
// the /nix/store/<hash>-<package>-<version> that can be fetched from
66
// cache.nixpkgs.org.
7-
var RemoveNixpkgs = disable("REMOVE_NIXPKGS")
7+
var RemoveNixpkgs = enable("REMOVE_NIXPKGS")

0 commit comments

Comments
 (0)