-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nix] Add DetSys installer behind feature flag (#2303)
## Summary * Adds detsys installer. * Puts it behind disabled flag. Add CICD matrix to test. * Special casing: Handles missing systemd by just skipping it. ## How was it tested? * Tested `devbox setup nix` in linux docker container. * Will test in CICD * Much more testing needed before removing feature flag
- Loading branch information
1 parent
68edd30
commit 58ed80e
Showing
4 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package featureflag | ||
|
||
var UseDetSysInstaller = disable("DETSYS_INSTALLER") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters