Skip to content

Commit

Permalink
justfile(ci): allow unsupported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 authored Apr 26, 2024
1 parent 466da05 commit 187b916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 187b916

Please sign in to comment.