From 7e972e4a53182ac64f4f8b80852662344082ba32 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 21 Jul 2023 10:24:09 -0400 Subject: [PATCH] further clarifying comments --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 1b9368b5f..62dfc8176 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,6 @@ # This is the flake-compat glue code. It loads the flake and gives us its -# outputs. +# outputs. This gives us backwards compatibility with pre-flake consumers. +# All of the real action is in flake.nix. (import ( let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in