1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

Merge pull request #14119 from NixOS/hide-derivation-internal

libexpr: Move derivation-internal.nix from corepkgsFS to internalFS
This commit is contained in:
Sergei Zimmerman 2025-10-01 20:58:17 +00:00 committed by GitHub
commit 28adcfda32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -268,7 +268,7 @@ EvalState::EvalState(
}())
, corepkgsFS(make_ref<MemorySourceAccessor>())
, internalFS(make_ref<MemorySourceAccessor>())
, derivationInternal{corepkgsFS->addFile(
, derivationInternal{internalFS->addFile(
CanonPath("derivation-internal.nix"),
#include "primops/derivation.nix.gen.hh"
)}