From 0734a6995a221230a134297e8236c91ee313c89d Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 1 Jul 2022 00:43:01 +0200 Subject: [PATCH] Comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a53b8d5a..fb55ff3d 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ # With let you can define local variables let # We bring these functions into the scope for the outputs. - inherit (builtins) attrValues; + inherit (builtins) attrValues; # TODO: What does this do inherit (nixpkgs.lib) nixosSystem; inherit (home-manager.lib) homeManagerConfiguration; in