about summary refs log tree commit diff
path: root/corepkgs/nar/nar.fix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-21T21·34+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-21T21·34+0000
commitc7bdb76fe461e2335caeea01c16b39a2784fa506 (patch)
tree9202fd4f800c63ce16298bce068b654d77ed126c /corepkgs/nar/nar.fix
parentd5ee6f8700c7225a4ce34f6d92aae0d57bee3355 (diff)
* Syntax fixes.
* When pushing, put the hash in the file name so that the 
  client can verify (proof-carrying file names?).

Diffstat (limited to 'corepkgs/nar/nar.fix')
-rw-r--r--corepkgs/nar/nar.fix4
1 files changed, 2 insertions, 2 deletions
diff --git a/corepkgs/nar/nar.fix b/corepkgs/nar/nar.fix
index 3db6a48a0838..429e7b5497a3 100644
--- a/corepkgs/nar/nar.fix
+++ b/corepkgs/nar/nar.fix
@@ -1,6 +1,6 @@
-Function(["path", "name"],
+Function(["path"],
   Package(
-    [ ("name", Var("name"))
+    [ ("name", "nar")
     , ("build", Relative("nar/nar.sh"))
     , ("path", Var("path"))
     ]