This commit is contained in:
traxys 2025-12-11 15:03:53 +01:00
parent c9bd84ebdb
commit 2b436350f6
4 changed files with 233 additions and 0 deletions

View file

@ -39,10 +39,13 @@
hyperfine
cargo-flamegraph
cargo-show-asm
cbc
pkg-config
]);
RUST_PATH = "${rust}";
RUST_DOC_PATH = "${rust}/share/doc/rust/html/std/index.html";
AOC_YEAR = "2025";
LD_LIBRARY_PATH="${pkgs.cbc}/lib";
};
defaultPackage = craneLib.buildPackage {