diff options
author | Emile <git@emile.space> | 2023-10-31 20:05:41 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-10-31 20:05:41 +0100 |
commit | 3c06ef96d2773807f2ad86641e5a3fe7e9318334 (patch) | |
tree | 8056ef2b7fe5c613f650d191dac3b6b64ccda663 | |
parent | 392a7db129387fb2ca8846f7486cfb1b08e721d7 (diff) |
hydra test stuff
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 56f65b9..a8251b7 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixpkgs.url = "github:nixos/nixpkgs/release-23.05"; }; - outputs = { nixpkgs, ... }: let + outputs = { self, nixpkgs, ... }: let pkgs = import nixpkgs { system = "aarch64-darwin"; }; @@ -76,5 +76,7 @@ inherit attrs; } ) packageVersions; + + hydraJobs = self.packages.aarch64-darwin.wyze-4_17_3_93; }; } |