meraculous: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:21:17 -05:00
parent 8dda256fad
commit 99a331d613
2 changed files with 4 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ self: pkgs: with pkgs; {
cryptominisat = callPackage ./cryptominisat.nix { };
firedrake = callPackage ./firedrake { };
meraculous = callPackage ./meraculous.nix { };
}