diff options
-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; }; } |