nixos/packages/vasp/source.nix

8 lines
215 B
Nix
Raw Normal View History

2024-05-13 18:44:51 +08:00
{ requireFile }: requireFile
{
2024-05-14 14:58:58 +08:00
name = "vasp.6.4.2.tgz";
2024-05-13 18:44:51 +08:00
# nix-prefetch-url file://$(pwd)/vasp.6.4.3.tgz
2024-05-14 14:58:58 +08:00
sha256 = "03j14fqjkp3w3x356d32v4vffzycqpnh7j7vmn8kyrw4fdzn615p";
2024-05-13 18:44:51 +08:00
message = "Source file not found.";
}