Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PreCheckCmd = &cobra.Command{ Use: "precheck", Short: "precheck checks the pre-requisites for the bsf ", Long: `precheck checks the current nix version and is flakes enabled? and various other pre-requisites for the bsf to work properly.`, Run: func(cmd *cobra.Command, args []string) { AllPrechecks() }, }
PreCheckCmd represents the precheck command that checks the pre-requisites
Functions ¶
func IsFlakesEnabled ¶
func IsFlakesEnabled()
IsFlakesEnabled checks if the flakes are enabled in the nix configuration
func ValidateNixVersion ¶
func ValidateNixVersion()
ValidateNixVersion checks if the current nix version is it compatible with bsf
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.