Update rfcs/0193-toml-flakes.md: reference primary issue in Summary

This commit is contained in:
Robert Hensing 2025-12-08 00:51:21 +01:00 committed by GitHub
parent c430f81639
commit 07a9e2ef2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,8 @@ separating input specifications from output definitions.
The `flake.toml` file contains declarative metadata and input declarations,
while `flake.nix` (read by the default entrypoint) or a framework focuses on output definitions.
Fixes [#4945 What language is flake.nix written in?](https://github.com/NixOS/nix/issues/4945)
# Motivation
[motivation]: #motivation