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