tools for building gleam projects with nix
at javascript 10 lines 242 B view raw
1# SPDX-FileCopyrightText: 2025 Ruby Iris Juric <ruby@srxl.me> 2# 3# SPDX-License-Identifier: 0BSD 4 5{ fromToolchainFile }: 6 7fromToolchainFile { 8 file = ../rust-toolchain.toml; 9 sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI="; 10}