From c6f4cecac75a6c243328d608df6305800d8cc594 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Mon, 26 Jun 2023 00:15:56 +0200
Subject: first hydra jobset try as a flake output

---
 flake.nix | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flake.nix b/flake.nix
index 318e03e..b0e5d4b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,14 @@
         devShell = pkgs.mkShell {
           nativeBuildInputs = with pkgs; [ rustc cargo ];
         };
+
+        # hydraJobs."<attr>"."<system>" = derivation;
+
+        hydraJobs = {
+          build."x86_64-linux" = naersk'.buildPackage {
+            src = ./.;
+          };
+        };
       }
     );
 }
\ No newline at end of file
-- 
cgit 1.4.1