use self.cbm instead of callPackage

This commit is contained in:
Sebastian Moser
2024-07-15 22:11:21 +02:00
parent d6a51c84a2
commit 724aac69ac

View File

@@ -87,7 +87,7 @@
# */ # */
# self packaged colored bandwith meter # self packaged colored bandwith meter
(pkgs.callPackage ../../mods/cbm.nix {}) self.packages.${system}.cbm
]; ];