further clarifying comments

This commit is contained in:
Jean-Paul Calderone 2023-07-21 10:24:09 -04:00
parent d61029c8bb
commit 7e972e4a53

View File

@ -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