mirror of
https://github.com/NixOS/nix
synced 2025-07-04 23:51:47 +02:00
Move call-flake.nix to nix-flake
As suggested by Ericson2314 in review
https://github.com/NixOS/nix/pull/12759#issuecomment-2755352343
(cherry picked from commit 0c75581d8b
)
This commit is contained in:
parent
9dfadd3694
commit
5663827c7d
7 changed files with 34 additions and 10 deletions
|
@ -288,10 +288,6 @@ EvalState::EvalState(
|
|||
CanonPath("derivation-internal.nix"),
|
||||
#include "primops/derivation.nix.gen.hh"
|
||||
)}
|
||||
, callFlakeInternal{internalFS->addFile(
|
||||
CanonPath("call-flake.nix"),
|
||||
#include "call-flake.nix.gen.hh"
|
||||
)}
|
||||
, store(store)
|
||||
, buildStore(buildStore ? buildStore : store)
|
||||
, debugRepl(nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue