hydra: limit devshells to only main architecture
This commit is contained in:
parent
e7c0b1f4dc
commit
bef0142b8f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
hydraJobs = {
|
||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
|
||||
packages = self.packages;
|
||||
shells = self.devShells;
|
||||
shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue