* Syntax fixes.
* When pushing, put the hash in the file name so that the client can verify (proof-carrying file names?).
This commit is contained in:
parent
d5ee6f8700
commit
c7bdb76fe4
4 changed files with 32 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Function(["path", "name"],
|
||||
Function(["path"],
|
||||
Package(
|
||||
[ ("name", Var("name"))
|
||||
[ ("name", "nar")
|
||||
, ("build", Relative("nar/nar.sh"))
|
||||
, ("path", Var("path"))
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue