Skip to content

Commit

Permalink
enable native for packages
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Apr 6, 2023
1 parent 5836357 commit 5f9b171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nix/fallback-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ with (import (import ./nixpkgs.nix) {}).lib;
bundles = (genAttrs [ "8.10" "8.11" "8.12" "8.13" "8.14" "8.15" "8.16" "8.17" ]
(v: {
coqPackages.coq.override.version = v;
coqPackages.coq.override.native-compiler = true;
})) // {
master = {
coqPackages.coq.override.version = "master";
coqPackages.coq.override.native = true;
coqPackages.coq.override.native-compiler = true;
coqPackages.heq.job = false;
};
};
Expand Down

0 comments on commit 5f9b171

Please sign in to comment.