Update flake.nix

This commit is contained in:
Zachary Myers 2024-10-20 02:43:38 -04:00 committed by GitHub
parent 8ba40e4938
commit 216c9cb677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,7 @@
hydraJobs = { hydraJobs = {
x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel; x86_64-linux.earth = self.nixosConfigurations.earth.config.system.build.toplevel;
x86_64-linux.pluto = self.nixosConfigurations.pluto.config.system.build.toplevel; x86_64-linux.pluto = self.nixosConfigurations.pluto.config.system.build.toplevel;
zen-browser = self.packages.zen-browser;
}; };
}; };
} }