Skip to content

Commit

Permalink
Merge branch 'master' into bump-version-req
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 authored Jun 24, 2024
2 parents 0490662 + 9f1646e commit 43f1bc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
});
};

<<<<<<< bump-version-req
devShells.default = (craneLib.overrideToolchain stableToolchainWithRustAnalyzer).devShell (commonArgs
// {
buildInputs = [];
Expand All @@ -102,6 +103,19 @@
cargo-outdated
];
});
=======
devShells.default =
(craneLib.overrideToolchain stableToolchainWithRustAnalyzer).devShell
({
buildInputs = [];
nativeBuildInputs = [];
packages = with pkgs; [
cargo-nextest
cargo-criterion
];
}
// commonArgs);
>>>>>>> master
}
);
}

0 comments on commit 43f1bc8

Please sign in to comment.