АБ
Size: a a a
АБ
VL
VL
VL
VL
VL
cannot find section .interp
ц
ц
ц
ц
{
home-manager.users.myuser = { pkgs, lib, ... }: {
programs.git = {
enable = true;
userName = "myuser";
userEmail = "myuser@gmail.com";
ignores = [
"*.egg-info"
"*.py[cod]"
"*.spec"
"*.swp"
"*venv/"
"*~"
".DS_Store"
"__pycache__"
"build"
"dist"
];
extraConfig = {
pull = {
ff = "only";
};
};
};
};
}
ц
{
home-manager.users.myuser = { pkgs, lib, ... }: {
programs.git = {
enable = true;
userName = "myuser";
userEmail = "myuser@gmail.com";
ignores = [
"*.egg-info"
"*.py[cod]"
"*.spec"
"*.swp"
"*venv/"
"*~"
".DS_Store"
"__pycache__"
"build"
"dist"
];
extraConfig = {
pull = {
ff = "only";
};
};
};
};
}
ц