std icon indicating copy to clipboard operation
std copied to clipboard

Add deprecation notice for fluidattacks/makes integration

Open Copilot opened this issue 4 months ago • 0 comments

This PR adds deprecation notices for the std.lib.dev.mkMakes function following the deprecation of the fluidattacks/makes project in favor of Nix Flakes.

Changes

Runtime Warning: Added a builtins.trace deprecation warning to src/lib/dev/mkMakes.nix that displays when the function is used:

⚠️  DEPRECATION WARNING: std.lib.dev.mkMakes is deprecated

The fluidattacks/makes project has been deprecated in favor of Nix Flakes.
Scheduled for removal: 2025-06-01

Please migrate your makes tasks to use native Nix derivations or other
Standard-supported alternatives.

Documentation Updates:

  • Updated src/lib/dev/mkMakes.md with prominent deprecation warning in the function title and description
  • Added the deprecation to the formal deprecation registry in deprecation.nix
  • Updated the README.md integration badge to show deprecated status (red color)

Migration Path: The changes maintain backward compatibility while clearly warning users about the deprecation and providing a scheduled removal date of 2025-06-01. Users can continue using the function while planning their migration to native Nix solutions.

This addresses the fluidattacks/makes project deprecation and provides users with clear guidance for migration away from the deprecated tooling.

Fixes #413.

[!WARNING]

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • install.determinate.systems
    • Triggering command: curl --proto =https --tlsv1.2 -sSf -L https://install.determinate.systems/nix (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot avatar Aug 23 '25 16:08 Copilot