Skip to content

Commit

Permalink
Merge pull request #532 from FStarLang/lucas-nix-aarch64
Browse files Browse the repository at this point in the history
feat(nix): add support for aarch64 linux & mac
  • Loading branch information
msprotz authored Feb 11, 2025
2 parents 4d4b74e + 0ecf7c1 commit 1d81d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
};

outputs = { self, fstar, flake-utils, nixpkgs }:
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
flake-utils.lib.eachDefaultSystem (system:
let
fstarPackages = fstar.packages.${system};
pkgs = import nixpkgs { inherit system; };
Expand Down

0 comments on commit 1d81d75

Please sign in to comment.