From 07a9e2ef2c1bbad354fa547d5a4879a40517111e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 8 Dec 2025 00:51:21 +0100 Subject: [PATCH] Update rfcs/0193-toml-flakes.md: reference primary issue in Summary --- rfcs/0193-toml-flakes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfcs/0193-toml-flakes.md b/rfcs/0193-toml-flakes.md index 7972e0a..37d4a0a 100644 --- a/rfcs/0193-toml-flakes.md +++ b/rfcs/0193-toml-flakes.md @@ -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