Skip to content

fix eval warning - #531

Open
zowoq wants to merge 1 commit into
numtide:mainfrom
qowoz:eval-warning
Open

fix eval warning#531
zowoq wants to merge 1 commit into
numtide:mainfrom
qowoz:eval-warning

Conversation

@zowoq

@zowoq zowoq commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead

stdenv.isDarwin is deprecated, use stdenv.hostPlatform.isDarwin instead
@mergify

mergify Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

LarsvanDartel added a commit to LarsvanDartel/nix-config that referenced this pull request Aug 14, 2026
treefmt-nix reads pkgs.stdenv.isDarwin, which recent nixpkgs deprecates, and abort-on-warn turns that into a build failure — so checks.<sys>.treefmt stopped evaluating the moment the lock moved, taking nix flake check and lint.yml with it. No pin of treefmt-nix avoids this; the deprecation is on the nixpkgs side.

numtide/treefmt-nix#531 is the one-line fix, approved but unmerged. Pinned by full SHA to the PR head and verified to differ from upstream by exactly those two lines. Revert to github:numtide/treefmt-nix once it lands — a fork pin is a supply-chain edge worth removing promptly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants