Skip to content

Commit 97f8738

Browse files
authored
[remove nixpkgs] enable feature for next release (#1517)
## Summary ## How was it tested?
1 parent d87c614 commit 97f8738

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)