Added armv6l-linux as a system
This commit is contained in:
parent
c2ac98421b
commit
7af794ee17
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, utils }:
|
||||
utils.lib.eachDefaultSystem
|
||||
let
|
||||
systems = utils.lib.system;
|
||||
in
|
||||
utils.lib.eachSystem [ systems.x86_64-linux systems.aarch64-linux systems.armv6l-linux ]
|
||||
(system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue