🐛 homebrew masApps aren't working

See: https://github.com/nix-darwin/nix-darwin/issues/1323
This commit is contained in:
James Walker 2025-04-02 21:20:36 -04:00
parent e31b3a36d7
commit 1ff4017cd6
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
3 changed files with 22 additions and 20 deletions

18
flake.lock generated
View File

@ -137,11 +137,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743519130, "lastModified": 1743607567,
"narHash": "sha256-Nw6sLnuwDPW7pBJ5jIvFFMqBfeK31xcp7/w1oYH1Q7U=", "narHash": "sha256-kTzKPDFmNzwO1cK4fiJgPB/iSw7HgBAmknRTeAPJAeI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0afad8f08014c992c832466c1d46a0aa96ca2563", "rev": "49748c74cdbae03d70381f150b810f92617f23aa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -222,11 +222,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743472173, "lastModified": 1743568003,
"narHash": "sha256-xwNv3FYTC5pl4QVZ79gUxqCEvqKzcKdXycpH5UbYscw=", "narHash": "sha256-ZID5T65E8ruHqWRcdvZLsczWDOAWIE7om+vQOREwiX0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "88e992074d86ad50249de12b7fb8dbaadf8dc0c5", "rev": "b7ba7f9f45c5cd0d8625e9e217c28f8eb6a19a76",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -441,11 +441,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1743502316, "lastModified": 1743604509,
"narHash": "sha256-zI2WSkU+ei4zCxT+IVSQjNM9i0ST++T2qSFXTsAND7s=", "narHash": "sha256-Hf5aYGP3hP+uNbcd4NrEMUAR+1o518uGzoeVyMzzJwo=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "e7f4d7ed8bce8dfa7d2f2fe6f8b8f523e54646f8", "rev": "4521de68fba1a36fae8caebce3d6e047179661f7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -25,8 +25,9 @@ _:
"tailscale" "tailscale"
]; ];
masApps = { # TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved
Xcode = 497799835; # masApps = {
}; # Xcode = 497799835;
# };
}; };
} }

View File

@ -88,13 +88,14 @@ _:
"zulu@17" "zulu@17"
]; ];
masApps = { # TODO: re-enable when https://github.com/nix-darwin/nix-darwin/issues/1323 is resolved
OnePasswordSafari = 1569813296; # masApps = {
Bumpr = 1166066070; # OnePasswordSafari = 1569813296;
DayOne = 1055511498; # Bumpr = 1166066070;
Drafts = 1435957248; # DayOne = 1055511498;
HomeAssistant = 1099568401; # Drafts = 1435957248;
Xcode = 497799835; # HomeAssistant = 1099568401;
}; # Xcode = 497799835;
# };
}; };
} }