feat: Move perf to linux only packages and update Cargo.lock file
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-16 14:50:00 +05:30
parent c2fdedf05a
commit 5cec7821d0
3 changed files with 28 additions and 58 deletions

View File

@@ -195,12 +195,12 @@
cargo-outdated
lld
lldb
perf
]
++ (lib.optionals pkgs.stdenv.isDarwin [
apple-sdk_26
])
++ (lib.optionals pkgs.stdenv.isLinux [
perf
mold
]);
});