cp2k: move from pkgs/by-name to pkgs/applications

nixpkgs-vet CI check demands to move CP2K out of the pkgs/by-name tree
This commit is contained in:
Phillip Seeber
2025-08-25 12:32:48 +02:00
parent ba123555aa
commit dc215d0d4b
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -14610,7 +14610,7 @@ with pkgs;
};
});
in
grimmeCmake.callPackage ../by-name/cp/cp2k/package.nix {
grimmeCmake.callPackage ../applications/science/chemistry/cp2k/default.nix {
libxc = pkgs.libxc_7;
};