update flake

This commit is contained in:
Vinzenz Schroeter 2025-02-28 22:47:24 +01:00
parent ae1571bcd1
commit 117e6a8bf7
2 changed files with 7 additions and 6 deletions

View file

@ -103,6 +103,7 @@
cargo-expand
];
})
pkgs.cargo-flamegraph
];
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (builtins.concatMap (d: d.buildInputs) inputsFrom)}";
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";