Skip to content

Commit a001aea

Browse files
committed
add aarch64 support
1 parent 75c8197 commit a001aea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
outputs = inputs@{ self, flake-parts, nixpkgs, foolnotion, fluky, pratt-parser, vdt, vstat, lbfgs }:
2424
flake-parts.lib.mkFlake { inherit inputs; } {
25-
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
25+
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
2626

2727
perSystem = { pkgs, system, ... }:
2828
let
@@ -39,7 +39,7 @@
3939
})
4040
];
4141
};
42-
stdenv = pkgs.llvmPackages_19.stdenv;
42+
stdenv = pkgs.llvmPackages_20.stdenv;
4343
operon = import ./operon.nix { inherit stdenv pkgs system; };
4444
in
4545
rec
@@ -77,7 +77,6 @@
7777
seer
7878
valgrind
7979
hotspot
80-
likwid
8180
]);
8281
};
8382

0 commit comments

Comments
 (0)