We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d2515 commit 6f09081Copy full SHA for 6f09081
checks/packages-ci-matrix.nix
@@ -33,7 +33,6 @@
33
34
disabledPackages = [
35
#"circ" # has been fixed
36
- "leap"
37
];
38
in
39
rec {
packages/default.nix
@@ -305,7 +305,6 @@
305
# inherit elrond-go elrond-proxy-go; # Require buildGo117Module
306
307
# EOS / Antelope
308
- # leap = callPackage ./leap/default.nix {}; // Needs llvm 7 through 11
309
eos-vm = callPackage ./eos-vm/default.nix { };
310
cdt = callPackage ./cdt/default.nix { };
311
packages/leap/default.nix
0 commit comments