From e6f3c2e87bbf47850111506ef51259012ad40185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 11 Jun 2022 13:41:11 +0100 Subject: [PATCH] only build on linux --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 027a7f8..2cda0e0 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {