Skip to content

Commit ff8e2d1

Browse files
committed
fix(pkgs/detsys-nix): guard against x86_64-darwin
1 parent 5d886c4 commit ff8e2d1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/detsys-nix/systems.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{ lib, stdenv, ... }:
2+
!(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64)

0 commit comments

Comments
 (0)