From 216c9cb677e7d982620feeeb066b5da0d59506c6 Mon Sep 17 00:00:00 2001 From: Zachary Myers Date: Sun, 20 Oct 2024 02:43:38 -0400 Subject: [PATCH] Update flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b5db279..4a42a85 100644 --- a/flake.nix +++ b/flake.nix @@ -154,6 +154,7 @@ hydraJobs = { x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel; x86_64-linux.pluto = self.nixosConfigurations.pluto.config.system.build.toplevel; + zen-browser = self.packages.zen-browser; }; }; }