-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make most packages refer darwin special channel if run on macOS #924
Conversation
Flake lock file updates: • Updated input 'edge-nixpkgs': 'github:NixOS/nixpkgs/4aa36568d413aca0ea84a1684d2d46f55dbabad7?narHash=sha256-Zwl8YgTVJTEum%2BL%2B0zVAWvXAGbWAuXHax3KzuejaDyo%3D' (2024-11-05) → 'github:NixOS/nixpkgs/76612b17c0ce71689921ca12d9ffdc9c23ce40b2?narHash=sha256-IigrKK3vYRpUu%2BHEjPL/phrfh7Ox881er1UEsZvw9Q4%3D' (2024-11-09) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/dba414932936fde69f0606b4f1d87c5bc0003ede?narHash=sha256-mwrFF0vElHJP8X3pFCByJR365Q2463ATp2qGIrDUdlE%3D' (2024-11-06) → 'github:NixOS/nixpkgs/83fb6c028368e465cd19bb127b86f971a5e41ebc?narHash=sha256-rz30HrFYCHiWEBCKHMffHbMdWJ35hEkcRVU0h7ms3x0%3D' (2024-11-07)
🤔 Why need to build them? no binary cache for nixpkgs-24.05-darwin?
|
Building nix itself taking longtime...? |
This reverts commit f14cdff.
To avoid rate limit
I just experienced with arch problems, not for the OS version problems in home-manager And I want to reduce macos related code with GH-911
I can trust called place having correct nix version It might rebuild different nix in macos CI. See GH-924
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; | ||
edge-nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | ||
edge-nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # Unfit for darwin, might be broken. See https://github.com/NixOS/nixpkgs/issues/107466 | ||
nixpkgs-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you reach this repository with searching 08gjpy7gfpylh2m2dyhasd0l5i3y7mz2-ghostscript-10.04.0.drv
, this line is the answer by me 🤷♂️ 🍎
* Correct darwin special channel. Follow GH-924 * Partially revert dropping macos-13 CI in devshell
Summarizing this PR, I did https://discourse.nixos.org/t/which-nixpkgs-stable-tag-for-nixos-and-darwin-together/32796/3 However it might not good for my use-case, because of I'm using NixOS and darwin with 95-5 percentages. But this change made safer darwin with much channels. It is heavy for daily use. |
Fixes GH-910
Merge GH-923