diff --git a/flake.nix b/flake.nix index 0f0f70f..6a9d31c 100644 --- a/flake.nix +++ b/flake.nix @@ -181,7 +181,7 @@ }; # deploy-rs: This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; + checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib; # Convenience output that aggregates the outputs for home, nixos, and darwin configurations. # Also used in ci to build targets generally.