Only builds x86_64-linux packages
This commit is contained in:
parent
bc9786e2ad
commit
df4c909cc3
1 changed files with 4 additions and 4 deletions
|
@ -96,10 +96,10 @@
|
|||
"carbon"
|
||||
];
|
||||
in {
|
||||
inherit
|
||||
(inputs.self)
|
||||
packages
|
||||
;
|
||||
inherit (inputs.self);
|
||||
|
||||
# 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 (
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue