Use builtins.fetchTarball in checks.nix to avoid IFD

This commit is contained in:
Thiago Kenji Okada
2022-09-01 23:10:14 +01:00
parent ae22b4a3fe
commit 238416780a

View File

@ -11,10 +11,8 @@ let
}; };
# we are cloning HM here for the same reason as above, to avoid # we are cloning HM here for the same reason as above, to avoid
# an extra additional input to be added to flake # an extra additional input to be added to flake
home-manager = pkgs.fetchFromGitHub { home-manager = builtins.fetchTarball {
owner = "nix-community"; url = "https://github.com/nix-community/home-manager/tarball/8160b3b45b8457d58d2b3af2aeb2eb6f47042e0f";
repo = "home-manager";
rev = "8160b3b45b8457d58d2b3af2aeb2eb6f47042e0f";
sha256 = "sha256-/aN3p2LaRNVXf7w92GWgXq9H5f23YRQPOvsm3BrBqzU="; sha256 = "sha256-/aN3p2LaRNVXf7w92GWgXq9H5f23YRQPOvsm3BrBqzU=";
}; };
in in