36 unmounted /etc for actions' runs and /etc/nix/nix.confis gone with it.
There is only one Nix call in the actions' library atm, so it is not too bad to just pass configuration manually to the CLI, but it would be nice to set global defaults, notably to enable flakes and the new CLI.
$HOME also needs to be set for Nix to work properly.
This should probably be done by lib.builders.mkActionScript.
36 unmounted
/etc
for actions' runs and/etc/nix/nix.conf
is gone with it.There is only one Nix call in the actions' library atm, so it is not too bad to just pass configuration manually to the CLI, but it would be nice to set global defaults, notably to enable flakes and the new CLI.
$HOME
also needs to be set for Nix to work properly.This should probably be done by
lib.builders.mkActionScript
.