add pluto, fix build
This commit is contained in:
parent
2d6772ca4a
commit
96dd7350a6
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue