nix flake check: Use read-only mode if we're not building
This commit is contained in:
parent
0e32b32fa3
commit
a9d3524e1f
|
@ -259,6 +259,8 @@ struct CmdFlakeCheck : FlakeCommand, MixJSON
|
|||
|
||||
void run(nix::ref<nix::Store> store) override
|
||||
{
|
||||
settings.readOnlyMode = !build;
|
||||
|
||||
auto state = getEvalState();
|
||||
auto flake = resolveFlake();
|
||||
|
||||
|
|
Loading…
Reference in a new issue