Skip to content

Commit d1666f4

Browse files
committed
feat(pkgs/polkadot): Update 1.0.0 -> 2503
1 parent 8b141af commit d1666f4

File tree

2 files changed

+4
-121
lines changed

2 files changed

+4
-121
lines changed

packages/all-packages.nix

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,10 @@
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
{

packages/polkadot/default.nix

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)