We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64-linux
1 parent d10a77d commit eba0200Copy full SHA for eba0200
test/common.sh
@@ -5,11 +5,7 @@ function logHeader {
5
echo -e "\n||| $@"
6
}
7
8
-if [ "$(uname)" == "Darwin" ]; then
9
- SYSTEM=aarch64-darwin
10
-else
11
- SYSTEM=x86_64-linux
12
-fi
+SYSTEM=$(nix show-config | grep 'system =' | nix run nixpkgs#gawk '{print $3}')
13
14
DIR_OF_COMMON_SH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
15
HASKELL_FLAKE=${DIR_OF_COMMON_SH}/..
0 commit comments