File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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" ;
7172 You can now run ‘{bold}cargo run{reset}’.
7273 '' ;
7374
75+ env = [
76+ {
77+ name = "TESTGEN_HS_PATH" ;
78+ value = lib . getExe internal . testgen-hs ;
79+ }
80+ ] ;
81+
7482 devshell . startup . symlink-configs . text = ''
7583 ln -sfn ${ internal . cardano-node-configs } $PRJ_ROOT/cardano-node-configs
7684 '' ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments