towerops/shell.nix
Graham McInitre a41c68420d fix: update nix flakes to work with nixpkgs 26.11
- Update nixpkgs lock (Feb → Jul 2026) for erlang_29 availability
- Fix erlang_29 reference: use beam.interpreters.erlang_29 instead of
  nonexistent top-level erlang_29
- Filter x86_64-darwin from systems (dropped in nixpkgs 26.11)
- Fix shell.nix flake-compat tarball hash
2026-07-16 08:47:37 -05:00

11 lines
416 B
Nix

# Compatibility shim for developers using `nix-shell` instead of `nix develop`
# This file uses flake-compat to provide the development shell from flake.nix
(
import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9.tar.gz";
sha256 = "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=";
}
) { src = ./.; }
).shellNix.default