namd: Convert to new overlay system

This commit is contained in:
Tyson Whitehead
2018-01-18 00:27:38 -05:00
parent e44edd0230
commit 38d4b97ead
2 changed files with 5 additions and 2 deletions

View File

@@ -12,4 +12,6 @@ self: pkgs: with pkgs; {
openslide-python = callPackage ./openslide/python.nix { };
sumo = callPackage ./sumo.nix { };
namd = callPackage ./namd.nix { };
}