Skip to content

Commit dc215d0

Browse files
committed
cp2k: move from pkgs/by-name to pkgs/applications
nixpkgs-vet CI check demands to move CP2K out of the pkgs/by-name tree
1 parent ba12355 commit dc215d0

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14610,7 +14610,7 @@ with pkgs;
1461014610
};
1461114611
});
1461214612
in
14613-
grimmeCmake.callPackage ../by-name/cp/cp2k/package.nix {
14613+
grimmeCmake.callPackage ../applications/science/chemistry/cp2k/default.nix {
1461414614
libxc = pkgs.libxc_7;
1461514615
};
1461614616

0 commit comments

Comments
 (0)