From a75d1af01bd6f935446e809d56bdc4741d41bd0e Mon Sep 17 00:00:00 2001 From: shimun Date: Sun, 18 Apr 2021 16:33:07 +0200 Subject: [PATCH] added: hydra job --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index cc6df56..c9f1d05 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,8 @@ ''; }; + hydraJobs = checks // packages; + # `nix develop` devShell = pkgs.mkShell { nativeBuildInputs = with pkgs; [ rustc cargo rustfmt nixpkgs-fmt ] ++ nativeBuildInputs;