packages.vaspberry: init

This commit is contained in:
2024-11-19 15:02:13 +08:00
parent 9fff4067dc
commit d167d0ee73
5 changed files with 33 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
};
chn-bsub = pkgs.pkgsStatic.localPackages.chn-bsub;
blog = pkgs.callPackage inputs.blog { inherit (inputs) hextra; };
vaspberry = pkgs.pkgsStatic.localPackages.vaspberry.override
{
gfortran = pkgs.pkgsStatic.gfortran;
lapack = pkgs.pkgsStatic.openblas;
};
}
// (builtins.listToAttrs (builtins.map
(system: { inherit (system) name; value = system.value.config.system.build.toplevel; })