nix-super/tests
Théophane Hufschmitt acbb1523c1 Fix the access of symlinks to host files in the sandbox
https://github.com/NixOS/nix/pull/10456 fixed the addition of symlink
store paths to the sandbox, but also made it so that the hardcoded
sandbox paths (like `/etc/hosts`) were now bind-mounted without
following the possible symlinks. This made these files unreadable if
there were symlinks (because the sandbox would now contain a symlink to
an unreachable file rather than the underlying file).
In particular, this broke FOD derivations on NixOS as `/etc/hosts` is a
symlink there.

Fix that by canonicalizing all these hardcoded sandbox paths before
adding them to the sandbox.
2024-04-12 15:57:53 +02:00
..
functional Fix the access of symlinks to host files in the sandbox 2024-04-12 15:57:53 +02:00
installer updated store ping to store info in files 2023-10-18 00:14:11 +05:30
nixos Add gitSubmodules test to github actions 2024-04-11 15:55:09 +02:00
unit libexpr-c: Add nix_store_path_name 2024-04-11 17:39:21 +02:00