mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
Add legacy setting: nix-shell-always-looks-for-shell-nix
This commit is contained in:
parent
73602a7c6f
commit
2f1fada76b
6 changed files with 60 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ namespace nix {
|
|||
class Store;
|
||||
class EvalState;
|
||||
struct EvalSettings;
|
||||
struct CompatibilitySettings;
|
||||
class Bindings;
|
||||
struct SourcePath;
|
||||
|
||||
|
|
@ -21,6 +22,11 @@ struct SourcePath;
|
|||
*/
|
||||
extern EvalSettings evalSettings;
|
||||
|
||||
/**
|
||||
* Settings that control behaviors that have changed since Nix 2.3.
|
||||
*/
|
||||
extern CompatibilitySettings compatibilitySettings;
|
||||
|
||||
struct MixEvalArgs : virtual Args, virtual MixRepair
|
||||
{
|
||||
static constexpr auto category = "Common evaluation options";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue