We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7517c3f commit 092b508Copy full SHA for 092b508
flake.nix
@@ -26,6 +26,6 @@
26
./is-plutus-data-derive/build.nix
27
];
28
debug = true;
29
- systems = [ "x86_64-linux" "x86_64-darwin" ];
+ systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
30
};
31
}
0 commit comments