From 23e44a1d905770f8a2291eeec9e26e45edafd299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Sch=C3=BCler?= Date: Sun, 13 Mar 2022 16:05:38 +0100 Subject: [PATCH] Update 0123-flake-names.md --- rfcs/0123-flake-names.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rfcs/0123-flake-names.md b/rfcs/0123-flake-names.md index f4e98ae..fcdf4fc 100644 --- a/rfcs/0123-flake-names.md +++ b/rfcs/0123-flake-names.md @@ -61,7 +61,8 @@ example (git+file:///home/anselmschueler/Code/example?rev=b0&rev=c714c8624f5d49a # Drawbacks [drawbacks]: #drawbacks -This may cause clutter and additional maintenance. +This may cause clutter and additional maintenance. +Since this changes the output of nix flake metadata and nix flake show, it might cause scripts that read this output to break. # Alternatives [alternatives]: #alternatives @@ -71,7 +72,8 @@ Flake names could be handled entirely through outside means, with things like th # Unresolved questions [unresolved]: #unresolved-questions -The name scheme could be changed. `flake-source-${name}-${shortRev}` could be too long. +The name scheme could be changed. `flake-source-${name}-${shortRev}` could be too long. +The interactions with nix flake metadata and nix flake show are not critical to the design, which is mostly aimed at clarifying derivation names. # Future work [future]: #future-work