Eelco Dolstra
Eelco Dolstra
Can't this be done using `nix-store --delete $(nix-store -qR )`?
> I've also changed the interface to use nix store gc instead as that felt more coherent I would prefer a different command for that, e.g. `nix store delete-path ...`....
Hm, it seems pretty ugly to add a git-specific `submodules` field to `inputs.self`. IMHO the better solution would be to enable submodules by default (after we've implemented efficient submodules support...
@tomberek My thought on the new lock file format: It should store mappings from unlocked input paths to locked refs, and nothing more, and it shouldn't store input paths that...
Generally looks good to me (i.e. to merge this as an experimental feature).
It's annoying if Ctrl-C doesn't work, but you *can* just kill it. No need to wait for hours.
#9687 should fix the hang reported by @aakropotkin.
Since this is faster than the current implementation of `sync-before-registering`, I would suggest *replacing* the implementation of `sync-before-registering` with the fsync-based implementation of this PR, but not adding a new...
What does the JSON output look like?
Yeah, using `null` sounds good. `sizeDelta` should just be a number, not a string, and should be the delta in bytes. `before` and `after` should probably be `versionBefore` and `versionAfter`,...