default: build all platforms in ci
This commit is contained in:
parent
8ce3db6326
commit
78adcf86dc
|
@ -1,4 +1,6 @@
|
|||
(import
|
||||
let
|
||||
inherit (flake.inputs.nixos.lib) recurseIntoAttrs mapAttrs;
|
||||
flake = (import
|
||||
(
|
||||
fetchTarball {
|
||||
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
|
||||
|
@ -7,4 +9,7 @@
|
|||
)
|
||||
{
|
||||
src = ./.;
|
||||
}).defaultNix.packages.x86_64-linux
|
||||
}).defaultNix;
|
||||
recurse = mapAttrs (_: v: recurseIntoAttrs v) flake.packages;
|
||||
in
|
||||
recurse
|
||||
|
|
Loading…
Reference in a new issue