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 72cf714 commit dfa0538Copy full SHA for dfa0538
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
@@ -306,7 +306,6 @@
306
# inherit elrond-go elrond-proxy-go; # Require buildGo117Module
307
308
# EOS / Antelope
309
- # leap = callPackage ./leap/default.nix {}; // Needs llvm 7 through 11
310
eos-vm = callPackage ./eos-vm/default.nix { };
311
cdt = callPackage ./cdt/default.nix { };
312
packages/leap/default.nix
0 commit comments