Skip to content

Replace shell.nix with Nix flakes - #306

Open
joaothallis wants to merge 1 commit into
developfrom
chore/migrate-to-nix-flakes
Open

Replace shell.nix with Nix flakes#306
joaothallis wants to merge 1 commit into
developfrom
chore/migrate-to-nix-flakes

Conversation

@joaothallis

@joaothallis joaothallis commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces legacy shell.nix (using <nixpkgs> channel) with a Nix flake pinned to nixos-25.11
  • Supports all common platforms: aarch64-darwin, x86_64-darwin, x86_64-linux, aarch64-linux
  • Provides the same Elixir 1.19 / OTP 28 dev environment

Test plan

  • Run nix flake show --all-systems and verify all four system outputs are listed
  • Run nix develop and verify elixir --version shows 1.19.5

Migrates from legacy shell.nix (using <nixpkgs> channel) to a Nix flake
with pinned nixpkgs (nixos-25.11). Supports aarch64-darwin, x86_64-darwin,
x86_64-linux, and aarch64-linux.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@joaothallis joaothallis self-assigned this Apr 1, 2026
@github-actions

github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@joaothallis

Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@joaothallis
joaothallis marked this pull request as ready for review April 1, 2026 22:43
github-actions Bot added a commit that referenced this pull request Apr 1, 2026
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.

1 participant