MCPcopy Create free account
hub / github.com/DBCDK/morph / nixBuildArgFlag

Function nixBuildArgFlag

morph.go:116–119  ·  view source on GitHub ↗
(cmd *kingpin.CmdClause)

Source from the content-addressed store, hash-verified

114}
115
116func nixBuildArgFlag(cmd *kingpin.CmdClause) {
117 cmd.Flag("build-arg", "Extra argument to pass on to nix-build command. **DEPRECATED**").
118 StringsVar(&nixBuildArg)
119}
120
121func nixBuildTargetFlag(cmd *kingpin.CmdClause) {
122 cmd.Flag("target", "A Nix lambda defining the build target to use instead of the default").

Callers 2

buildCmdFunction · 0.85
deployCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected