Skip to content

Commit a143a86

Browse files
authored
Merge pull request #70 from mlabs-haskell/szg251/add-aarch64-to-rust
Add aarch64 darwin and linux to rustFlake
2 parents aae7fe6 + 95682f3 commit a143a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/rust/flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
systems = [
1111
"x86_64-linux"
1212
"x86_64-darwin"
13+
"aarch64-linux"
14+
"aarch64-darwin"
1315
];
1416

1517
imports = [

0 commit comments

Comments
 (0)