2023-10-18 09:19:46 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.nix-develop.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
|
|
|
plugins.nix-develop = {
|
|
|
|
enable = true;
|
|
|
|
ignoredVariables = {
|
|
|
|
HOME = true;
|
|
|
|
};
|
|
|
|
separatedVariables = {
|
2024-12-16 16:43:20 -03:00
|
|
|
LUA_PATH = ":";
|
2023-10-18 09:19:46 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|