Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 668 Bytes

Geobacter Rustc Nix Overlay

This overlay provides nix expressions to build Geobacter's Rust fork, Cargo, and Rustfmt.

One way of installing is by:

git clone https://github.com/geobacter-rs/nixpkgs-geobacter.git ~/.config/nixpkgs/overlays/nixos-geobacter

Cachix

A binary cache is available, for your pleasure: cachix use geobacter-rs. Don't forget to restart your nix daemon afterwards.

Packages

The main (and the only ones currently present in the binary cache) packages are:

  1. geobacterRustPackages.rustc
  2. geobacterRustPackages.cargo
  3. geobacterRustPackages.rustfmt
  4. geobacterRustcLlvmPackages (ie LLVM as used by rustc)