only build on linux

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-11 13:41:11 +01:00
parent d3b5cd4be2
commit e6f3c2e87b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -11,7 +11,7 @@
nixpkgs,
flake-utils,
}:
flake-utils.lib.eachDefaultSystem (
flake-utils.lib.eachSystem ["aarch64-linux" "x86_64-linux"] (
system: let
pkgs = import nixpkgs {inherit system;};
in rec {