add libfmt to replace current logging mechanism
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -19,7 +19,14 @@
|
||||
llvm = pkgs.llvmPackages_16;
|
||||
stdenv = llvm.libcxxStdenv;
|
||||
|
||||
nativeBuildInputs = with pkgs; [ meson ninja ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
meson
|
||||
ninja
|
||||
|
||||
# libraries
|
||||
pkg-config
|
||||
fmt.dev
|
||||
];
|
||||
in
|
||||
rec {
|
||||
packages = rec {
|
||||
@@ -49,7 +56,6 @@
|
||||
|
||||
# other tools
|
||||
valgrind
|
||||
|
||||
llvm.lldb
|
||||
]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user