mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-30 09:36:15 +02:00
8 lines
144 B
Text
8 lines
144 B
Text
|
Function(["nar", "name"],
|
||
|
Package(
|
||
|
[ ("name", Var("name"))
|
||
|
, ("build", Relative("nar/unnar.sh"))
|
||
|
, ("nar", Var("nar"))
|
||
|
]
|
||
|
)
|
||
|
)
|