async distributed compilation

This commit is contained in:
Tao Tien 2024-04-25 14:05:35 -07:00
parent 6d5415cb36
commit fa94214498
2 changed files with 29 additions and 0 deletions

View file

@ -59,6 +59,13 @@
nixos-cosmic,
...
} @ inputs: {
hydraJobs = {
# inherit
# (self)
# nixosConfigurations.NOlaptop
# ;
x86_64-linux.NOlaptop = self.nixosConfigurations.NOlaptop.config.system.build.toplevel;
};
nixosConfigurations = {
NOcomputer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";