Skip to content

Instantly share code, notes, and snippets.

@infinisil
Created June 29, 2017 01:02
Show Gist options
  • Select an option

  • Save infinisil/b3eefa8f673ffe23ba211a09866b6417 to your computer and use it in GitHub Desktop.

Select an option

Save infinisil/b3eefa8f673ffe23ba211a09866b6417 to your computer and use it in GitHub Desktop.
let
mozillaPkgsDir = (import <nixpkgs>{config={};}).fetchFromGitHub {
owner = "mozilla";
repo = "nixpkgs-mozilla";
rev = "d3453b7b5fd3cb4b9b659ac4b0ffeb275413dcfe";
sha256 = "0yv58nxffzwyjnhdmp8vbj4iqiab2q9m1pm21x1s4m10ama37nig";
fetchSubmodules = true;
};
rustOverlay = import "${mozillaPkgsDir}/rust-overlay.nix";
in
{
overlays = rustOverlay;
allowUnfree = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment