mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Merge pull request #13286 from NixOS/fix-warning
Fix warning when `HAVE_EMBEDDED_SANDBOX_SHELL` is not set
This commit is contained in:
commit
1c0ff5295b
1 changed files with 2 additions and 0 deletions
|
@ -685,7 +685,9 @@ struct LinuxDerivationBuilder : DerivationBuilderImpl
|
||||||
chmod_(dst, 0555);
|
chmod_(dst, 0555);
|
||||||
} else
|
} else
|
||||||
# endif
|
# endif
|
||||||
|
{
|
||||||
doBind(i.second.source, chrootRootDir + i.first, i.second.optional);
|
doBind(i.second.source, chrootRootDir + i.first, i.second.optional);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bind a new instance of procfs on /proc. */
|
/* Bind a new instance of procfs on /proc. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue