Skip to content

Commit

Permalink
[remove nixpkgs] enable feature for next release (#1517)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?
  • Loading branch information
savil authored Sep 29, 2023
1 parent d87c614 commit 97f8738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/boxcli/featureflag/remove_nixpkgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package featureflag
// It leverages the search index to directly map <package>@<version> to
// the /nix/store/<hash>-<package>-<version> that can be fetched from
// cache.nixpkgs.org.
var RemoveNixpkgs = disable("REMOVE_NIXPKGS")
var RemoveNixpkgs = enable("REMOVE_NIXPKGS")

0 comments on commit 97f8738

Please sign in to comment.