mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: mise, ssh, nix
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
This commit is contained in:
parent
f103e93429
commit
8b537c2d14
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.mise = {
|
programs.mise = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
|
||||||
globalConfig = {
|
globalConfig = {
|
||||||
tools = {
|
tools = {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"*" = {};
|
"*" = {};
|
||||||
"Github" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
hostname = "github.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nix;
|
package = pkgs.nixVersions.latest;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue