Skip to content

Commit 3875f06

Browse files
committed
chore: update Cardano configs, and a few minor tweaks
1 parent aa11b8d commit 3875f06

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
testgen-hs.flake = false; # otherwise, +2k dependencies we don’t really use
1414
devshell.url = "github:numtide/devshell";
1515
devshell.inputs.nixpkgs.follows = "nixpkgs";
16-
cardano-playground.url = "github:input-output-hk/cardano-playground/b4f47fd78beec0ea1ed880d6f0b794919e0c0463";
16+
cardano-playground.url = "github:input-output-hk/cardano-playground/39ea4db0daa11d6334a55353f685e185765a619b";
1717
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1818
advisory-db.url = "github:rustsec/advisory-db";
1919
advisory-db.flake = false;

nix/devshells.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ in {
3737
package = internal.cardano-address;
3838
}
3939
{package = config.language.rust.packageSet.cargo;}
40+
{package = pkgs.cargo-nextest;}
4041
{package = pkgs.rust-analyzer;}
4142
{
4243
category = "handy";

nix/internal/unix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in rec {
5353
// {
5454
inherit cargoArtifacts;
5555
# Maybe also add `--deny clippy::pedantic`?
56-
cargoClippyExtraArgs = "--all-targets -- --deny warnings";
56+
cargoClippyExtraArgs = "--all-targets --all-features -- --deny warnings";
5757
});
5858

5959
cargo-doc = craneLib.cargoDoc (commonArgs

0 commit comments

Comments
 (0)