From 187b9169c32de03affdef65642d78db74bcdd9f7 Mon Sep 17 00:00:00 2001 From: Tomo <68489118+tomodachi94@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:34:20 -0700 Subject: [PATCH] justfile(ci): allow unsupported platforms --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 5788a49..5fcf30c 100644 --- a/justfile +++ b/justfile @@ -34,6 +34,7 @@ check-flake-outputs: #!/usr/bin/env sh set -euxo pipefail export NIXPKGS_ALLOW_UNFREE=1 + export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix flake check --all-systems --verbose --impure ci: check-flake-outputs