mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
96c7b98bf0
builder using the `args' binding: ("args", ["bla", True, IncludeFix("aterm/aterm.fix")]) Note that packages can also be declared as inputs by specifying them in the argument list.
7 lines
143 B
Text
7 lines
143 B
Text
Package(
|
|
[ ("name", "args")
|
|
, ("build", Relative("args/args-build.sh"))
|
|
|
|
, ("args", ["1", "2", "3", IncludeFix("slow2/slow.fix")])
|
|
]
|
|
)
|