mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-12 18:20:11 +01:00
refactor: rename variable to derivation to be more descriptive
This commit is contained in:
parent
6e17ec8838
commit
4afa8a7957
1 changed files with 2 additions and 2 deletions
|
|
@ -47,11 +47,11 @@ type TestResult struct {
|
|||
|
||||
type Results map[string][]TestResult
|
||||
|
||||
func buildAndParse(variable string) (any, error) {
|
||||
func buildAndParse(derivation string) (any, error) {
|
||||
cmd := exec.Command(
|
||||
"nix",
|
||||
"build",
|
||||
variable+"^*",
|
||||
derivation+"^*",
|
||||
"--print-out-paths",
|
||||
"--no-link",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue