forked from lix-project/lix
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
Function(["path", "name"],
|
||
|
Package(
|
||
|
[ ("name", Var("name"))
|
||
|
, ("build", Relative("nar/nar.sh"))
|
||
|
, ("path", Var("path"))
|
||
|
]
|
||
|
)
|
||
|
)
|