File tree Expand file tree Collapse file tree 2 files changed +4
-121
lines changed Expand file tree Collapse file tree 2 files changed +4
-121
lines changed Original file line number Diff line number Diff line change 9797 graphql = callPackage ./graphql/default.nix { inherit cardano-cli cardano-node ; } ;
9898 cardano = callPackage ./cardano/default.nix { inherit cardano-cli cardano-node graphql ; } ;
9999
100- polkadot-generic = callPackage ./polkadot/default.nix {
101- craneLib = craneLib-fenix-stable ;
102- inherit ( darwin ) libiconv ;
103- inherit ( darwinPkgs )
104- CoreFoundation
105- Security
106- SystemConfiguration
107- ;
108- } ;
109- polkadot = polkadot-generic { } ;
110- polkadot-fast = polkadot-generic { enableFastRuntime = true ; } ;
100+ inherit ( inputs' . nixpkgs-unstable . legacyPackages ) polkadot ;
101+ polkadot-fast = polkadot . overrideAttrs ( _ : {
102+ cargoBuildFeatures = [ "fast-runtime" ] ;
103+ } ) ;
111104
112105 fetchGitHubReleaseAsset =
113106 {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments