Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@
flake-utils.url = "github:numtide/flake-utils";

# nix-darwin — module system for maintainer macOS workstations.
# Pinned at master (matches the nix-darwin team's recommendation;
# the project has no stable release channel as of 2026-05).
# MUST be pinned to a release branch matching the nixpkgs release
# we use (nixos-24.11 above → nix-darwin-24.11). nix-darwin
# asserts the branches match at eval time:
# "nix-darwin and Nixpkgs branches in use must match"
# Bump this branch in lockstep with the nixpkgs.url release above.
Comment thread
AceHack marked this conversation as resolved.
#
# Powers `darwinConfigurations.zeta-mac` which activates the
# linux-builder VM for local x86_64-linux ISO builds.
nix-darwin = {
url = "github:nix-darwin/nix-darwin/master";
url = "github:nix-darwin/nix-darwin/nix-darwin-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
Loading