mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
fix flake.nix: no more fenix
This commit is contained in:
@@ -173,15 +173,6 @@
|
||||
inherit (pkgs.cargo-llvm-cov) LLVM_COV LLVM_PROFDATA;
|
||||
};
|
||||
};
|
||||
devShells.benchmark = pkgs.mkShell {
|
||||
inputsFrom = [ pkgs.rosenpass ];
|
||||
nativeBuildInputs = let
|
||||
rustToolchain = (inputs.fenix.packages.${system}.toolchainOf {
|
||||
channel = "1.77.0";
|
||||
sha256 = "sha256-+syqAd2kX8KVa8/U2gz3blIQTTsYYt3U63xBWaGOSc8=";
|
||||
});
|
||||
in [ rustToolchain.toolchain ];
|
||||
};
|
||||
|
||||
checks =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user