mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
don't symlink when using multiple "installables"
This commit is contained in:
parent
91a720541f
commit
1ca5f9688a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ func Dry(verbose bool, minimal bool, rest ...string) {
|
|||
log.Info("no packages in minimal set to build")
|
||||
os.Exit(0)
|
||||
}
|
||||
cmd.Args = append(cmd.Args, drvs...)
|
||||
cmd.Args = append(cmd.Args, append(drvs, "--no-link")...)
|
||||
spinnerMsg = "evaluting for minimal build needs"
|
||||
} else {
|
||||
log.Debug("evalutating full nixosConfiguration")
|
||||
|
|
Loading…
Reference in a new issue