mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
0791282b2f
* Fixed a segfault caused by the buffering of stderr. * Fix now allows the specification of the full output path. This should be used with great care, since it by-passes the normal hash generation. * Incremented the version number to 0.4 (prerelease).
9 lines
No EOL
177 B
Text
9 lines
No EOL
177 B
Text
Function(["nar", "outPath"],
|
|
Package(
|
|
[ ("name", "unnar")
|
|
, ("outPath", Var("outPath"))
|
|
, ("build", Relative("nar/unnar.sh"))
|
|
, ("nar", Var("nar"))
|
|
]
|
|
)
|
|
) |