d072485d28
archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package.
8 lines
No EOL
145 B
Text
8 lines
No EOL
145 B
Text
Function(["path", "name"],
|
|
Package(
|
|
[ ("name", Var("name"))
|
|
, ("build", Relative("nar/nar.sh"))
|
|
, ("path", Var("path"))
|
|
]
|
|
)
|
|
) |