mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Create new file-hash files
This commit is contained in:
parent
0cb67ecbd3
commit
0e9438b6d3
8 changed files with 64 additions and 52 deletions
|
|
@ -87,11 +87,6 @@ const size_t storePathHashLen = 32; // i.e. 160 bits
|
|||
/* Extension of derivations in the Nix store. */
|
||||
const std::string drvExtension = ".drv";
|
||||
|
||||
enum struct FileIngestionMethod : uint8_t {
|
||||
Flat = false,
|
||||
Recursive = true
|
||||
};
|
||||
|
||||
struct StorePathWithOutputs
|
||||
{
|
||||
StorePath path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue