Skip to content

gameb30232/avalanche-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Avalanche Tools Channel

This Nix channel provides packages for working with Avalanche blockchain tools and utilities.

Available Packages

  • avalanche-cli: Official command line interface for Avalanche
  • avalanchego: The official Avalanche node implementation
  • subnet-evm: EVM package for creating Avalanche subnets

Installation

Add the channel:

sudo nix-channel --add https://github.com/build9000ai/avalanche-nix/archive/master.tar.gz avalanche
sudo nix-channel --update

Usage

Install packages:

nix-env -iA avalanche.avalanche-cli
nix-env -iA avalanche.avalanchego

NixOS configuration:

{ config, pkgs, ... }:

{
  nixpkgs.config.packageOverrides = pkgs: {
    avalanche = import <avalanche> { inherit pkgs; };
  };
}

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

avalanche nix packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages