c7bdb76fe4
* When pushing, put the hash in the file name so that the client can verify (proof-carrying file names?).
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
Function(["path"],
|
|
Package(
|
|
[ ("name", "nar")
|
|
, ("build", Relative("nar/nar.sh"))
|
|
, ("path", Var("path"))
|
|
]
|
|
)
|
|
) |