about summary refs log tree commit diff
path: root/corepkgs/nar/nar.fix
blob: 3db6a48a08384bc6caee08ee3b9646aa7c145ba4 (plain) (blame)
1
2
3
4
5
6
7
8
Function(["path", "name"],
  Package(
    [ ("name", Var("name"))
    , ("build", Relative("nar/nar.sh"))
    , ("path", Var("path"))
    ]
  )
)