andresilva / polkadot.nix

Polkadot ecosystem nixified
MIT License
12 stars 2 forks source link

nix-polkadot logo

polkadot.nix is a collection of Nix packages related to the Polkadot ecosystem.

Packages

Development shell

A shell derivation is included that provides a development environment with all the requirements necessary to build polkadot-sdk.

Usage

You need to enable flakes support (https://nixos.wiki/wiki/Flakes#Enable_flakes).

Run packages

nix run ".#polkadot"

Development shell

nix develop