From 7a19828ab0d75db874926695d785b0777c3326ea Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 17 Jan 2023 11:23:49 -0700 Subject: [PATCH] Update flake.nix --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index b90452e..694b8fc 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,9 @@ }; defaultApp = apps.${name}; + checks = self.packages.${system}; + hydraJobs = self.packages.${system}; + devShell = pkgs.mkShell { buildInputs = with pkgs; [ cargo