openfoam: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:22:02 -05:00
parent 99a331d613
commit ad0a5b2336
2 changed files with 5 additions and 1 deletions

View File

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