diff options
-rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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 |