From 12553f419fa4a6cea9f5de4601e546d75bacf0b9 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sun, 10 Jul 2022 19:50:21 +0100 Subject: [PATCH] Add comment about home-manager import --- checks.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checks.nix b/checks.nix index daa4414..4811f12 100644 --- a/checks.nix +++ b/checks.nix @@ -9,6 +9,8 @@ let # this means we need to import the overlay in a hack-ish way overlays = [ (import emacs-overlay) ]; }; + # we are cloning HM here for the same reason as above, to avoid + # an extra additional input to be added to flake home-manager = pkgs.fetchFromGitHub { owner = "nix-community"; repo = "home-manager";