🐛 mas 2.0 works again

This commit is contained in:
James Walker 2025-04-13 11:55:48 -04:00
parent 30db860308
commit ccfcb5ec7f
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
3 changed files with 25 additions and 25 deletions

24
flake.lock generated
View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743496612, "lastModified": 1744478979,
"narHash": "sha256-emPWa5lmKbnyuj8c1mSJUkzJNT+iJoU9GMcXwjp2oVM=", "narHash": "sha256-dyN+teG9G82G+m+PX/aSAagkC+vUv0SgUw3XkPhQodQ=",
"owner": "nix-darwin", "owner": "nix-darwin",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "73d59580d01e9b9f957ba749f336a272869c42dd", "rev": "43975d782b418ebf4969e9ccba82466728c2851b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -137,11 +137,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744138333, "lastModified": 1744498625,
"narHash": "sha256-l0Vjq1EZoYTfWImVmwsvMEuIdasrBRRCoNTV0rNtYi0=", "narHash": "sha256-pL52uCt9CUoTTmysGG91c2FeU7XUvpB7Cep6yon2vDk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "760eed59594f2f258db0d66b7ca4a5138681fd97", "rev": "db56335ca8942d86f2200664acdbd5b9212b26ad",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,11 +222,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744032190, "lastModified": 1744536153,
"narHash": "sha256-KSlfrncSkcu1YE+uuJ/PTURsSlThoGkRqiGDVdbiE/k=", "narHash": "sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b0b4b5f8f621bfe213b8b21694bab52ecfcbf30b", "rev": "18dd725c29603f582cf1900e0d25f9f1063dbf11",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -441,11 +441,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744103455, "lastModified": 1744518500,
"narHash": "sha256-SR6+qjkPjGQG+8eM4dCcVtss8r9bre/LAxFMPJpaZeU=", "narHash": "sha256-lv52pnfiRGp5+xkZEgWr56DWiRgkMFXpiGba3eJ3krE=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "69d5a5a4635c27dae5a742f36108beccc506c1ba", "rev": "7e147a1ae90f0d4a374938cdc3df3cdaecb9d388",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -11,6 +11,7 @@ _:
"btop" "btop"
"code-server" "code-server"
"coreutils" "coreutils"
"mas"
"mosh" "mosh"
]; ];
@ -26,9 +27,8 @@ _:
"tailscale" "tailscale"
]; ];
# TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved masApps = {
# masApps = { Xcode = 497799835;
# Xcode = 497799835; };
# };
}; };
} }

View File

@ -32,6 +32,7 @@ _:
"kubernetes-cli" "kubernetes-cli"
"kustomize" "kustomize"
"libtool" "libtool"
"mas"
"mr" "mr"
"ollama" "ollama"
"opentofu" "opentofu"
@ -89,14 +90,13 @@ _:
"zulu@17" "zulu@17"
]; ];
# TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved masApps = {
# masApps = { OnePasswordSafari = 1569813296;
# OnePasswordSafari = 1569813296; Bumpr = 1166066070;
# Bumpr = 1166066070; DayOne = 1055511498;
# DayOne = 1055511498; Drafts = 1435957248;
# Drafts = 1435957248; HomeAssistant = 1099568401;
# HomeAssistant = 1099568401; Xcode = 497799835;
# Xcode = 497799835; };
# };
}; };
} }