mirror of
https://github.com/NixOS/nix.git
synced 2025-12-03 23:51:00 +01:00
* Get `nix-push' working again. It now uses Nix/Fix to create Nix
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.
This commit is contained in:
parent
5d4b90b689
commit
d072485d28
16 changed files with 154 additions and 54 deletions
|
|
@ -52,6 +52,8 @@ extern string dbSubstitutes;
|
|||
derived files. */
|
||||
extern string nixStore;
|
||||
|
||||
extern string nixDataDir; /* !!! fix */
|
||||
|
||||
/* nixLogDir is the directory where we log various operations. */
|
||||
extern string nixLogDir;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue