mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-04-01 19:06:17 +00:00
[fix] rename miss
This commit is contained in:
parent
555768d03b
commit
197a78f595
1 changed files with 1 additions and 1 deletions
2
appvm.go
2
appvm.go
|
@ -77,7 +77,7 @@ func getAppVMExpressionPath(name string) (paths []string, config string) {
|
|||
}
|
||||
|
||||
paths = []string{path}
|
||||
config = oomph + "/nix/" + name + ".nix"
|
||||
config = path + "/nix/" + name + ".nix"
|
||||
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue