lix/corepkgs/nar/unnar.fix

9 lines
177 B
Plaintext
Raw Normal View History

Function(["nar", "outPath"],
Package(
[ ("name", "unnar")
, ("outPath", Var("outPath"))
, ("build", Relative("nar/unnar.sh"))
, ("nar", Var("nar"))
]
)
)