Skip to content

Commit f8d0a56

Browse files
committed
[remove nixpkgs] part 2.1: gauging progress by seeing how many testscripts pass/fail
1 parent 163ddb4 commit f8d0a56

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 = disabled("REMOVE_NIXPKGS")
7+
var RemoveNixpkgs = enabled("REMOVE_NIXPKGS")

0 commit comments

Comments
 (0)