add pluto, fix build

This commit is contained in:
zack 2024-10-19 00:15:36 -04:00
parent 2d6772ca4a
commit 96dd7350a6
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
2 changed files with 2 additions and 1 deletions

View file

@ -152,6 +152,7 @@
outputs-builder = channels: { outputs-builder = channels: {
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;
}; };
}; };
}; };

View file

@ -159,7 +159,7 @@ in
rev = "${version}"; rev = "${version}";
leaveDotGit = true; leaveDotGit = true;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-C08mouHUTSwiF/nNZ4T0A+33121ERWUOyCw6LMNTWQc="; hash = "sha256-JnohKvY7455qlPpcr38307DEnAWFdJF+liLBnvBSl98=";
}; };
firefoxVersion = (lib.importJSON "${src}/surfer.json").version.version; firefoxVersion = (lib.importJSON "${src}/surfer.json").version.version;