Skip to content

Commit 030f7c1

Browse files
committed
nix flake: add aarch64-linux as supported platform
1 parent 5b08451 commit 030f7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"x86_64-linux"
2525
"x86_64-darwin"
2626
"aarch64-darwin"
27+
"aarch64-linux"
2728
]
2829
(system: let
2930
versions = import ./nix/versions.nix {inherit (nixpkgs-haskellNix) lib;};

0 commit comments

Comments
 (0)