diff options
Diffstat (limited to 'corepkgs/nar/unnar.fix')
-rw-r--r-- | corepkgs/nar/unnar.fix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.fix b/corepkgs/nar/unnar.fix new file mode 100644 index 000000000..db97750aa --- /dev/null +++ b/corepkgs/nar/unnar.fix @@ -0,0 +1,8 @@ +Function(["nar", "name"], + Package( + [ ("name", Var("name")) + , ("build", Relative("nar/unnar.sh")) + , ("nar", Var("nar")) + ] + ) +)
\ No newline at end of file |