Only builds x86_64-linux packages
This commit is contained in:
parent
bc9786e2ad
commit
df4c909cc3
|
@ -96,10 +96,10 @@
|
||||||
"carbon"
|
"carbon"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
inherit
|
inherit (inputs.self);
|
||||||
(inputs.self)
|
|
||||||
packages
|
# Only have a builder for x86_64-linux atm
|
||||||
;
|
packages = inputs.self.packages.x86_64-linux;
|
||||||
|
|
||||||
systems = inputs.nixpkgs.lib.attrsets.genAttrs systems_to_build (
|
systems = inputs.nixpkgs.lib.attrsets.genAttrs systems_to_build (
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue