async distributed compilation
This commit is contained in:
parent
6d5415cb36
commit
fa94214498
2 changed files with 29 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue