mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
mise: rebuild took more than 10 minutes - cause not found ssh: host Github alias doesn't work. replace with `github.com` nix: use nix latest version
17 lines
256 B
Nix
17 lines
256 B
Nix
{
|
|
programs.mise = {
|
|
enable = true;
|
|
|
|
globalConfig = {
|
|
tools = {
|
|
node = "lts";
|
|
uv = "latest";
|
|
python = "3.13";
|
|
};
|
|
settings = {
|
|
experimental = true;
|
|
env_file = ".env";
|
|
};
|
|
};
|
|
};
|
|
}
|