Skip to content

Commit af81620

Browse files
committed
testing native config
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 6cde214 commit af81620

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.nix/fallback-config.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ with (import (import ./nixpkgs.nix) {}).lib;
2424
})) // {
2525
master = {
2626
coqPackages.coq.override.version = "master";
27+
coqPackages.coq.override.native = true;
2728
coqPackages.heq.job = false;
2829
};
2930
};

.nix/nixpkgs.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fetchTarball {
2-
url = https://github.com/NixOS/nixpkgs/archive/0dffd5039b951bb03537c9a66f980c74f50ac38b.tar.gz;
3-
sha256 = "19hdbn80grs65rdq1aalakrkr9pagvpnsidz501iimm15g241kb5";
4-
}
2+
url = https://github.com/Alizter/nixpkgs/archive/cd3760cf6407da87399da98e276d635b56e247e4.tar.gz;
3+
sha256 = "099k5f3iw9krhxp1x3iwg3milm5hslpz8psx8rawpkxqxsi5ril5";
4+
}

0 commit comments

Comments
 (0)