fix: tell hydra to only build supported systems
This commit is contained in:
parent
bec6956091
commit
026ac62c94
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,7 @@
|
|||
# ];
|
||||
# };
|
||||
hydraJobs = {
|
||||
inherit (self)
|
||||
legacyPackages
|
||||
;
|
||||
legacyPackages = self.legacyPackages.${system};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue