Eelco Dolstra
Eelco Dolstra
For this we would need to decide what the GC roots are. E.g. if you run `nix run nixpkgs#hello`, should the `nixpkgs` flake become a GC root? And when do...
I've synced this with master.
@squalus I've taken the liberty of adding a VM test based on your https://github.com/squalus/nix-durability-tests. Otherwise, this looks good to go. In a follow-up PR, it would be nice to fsync...
Yeah, that's the plan, see https://gist.github.com/edolstra/efcadfd240c2d8906348. The `nix` command on the `new-cli` branch has autogenerated `--help` output BTW.
It doesn't use ccache, it's just named after it because it provides similar functionality (caching and distributed builds). It should probably be renamed.
Approved ✔️ Make sure to refer to this issue when submitting the expense to https://opencollective.com/nixos/expenses/new
This has been submitted and is waiting for KVK approval.
Duplicate of #10395.
Closing this one as a duplicate of #11181.
@Mic92 I can't reproduce that. The test does fail for me without the fix: ``` +(eval-cache.sh:21) expect 1 nix build /tmp/nix-shell.vnDGIZ/nix-test/flakes/eval-cache/eval-cache-flake#foo.bar +(eval-cache.sh:21) grepQuiet 'error: breaks' +(/home/eelco/Dev/nix-master/tests/functional/common/vars-and-functions.sh:279) grep 'error: breaks' +(eval-cache.sh:22)...