Skip to content

Instantly share code, notes, and snippets.

@Mic92
Last active June 14, 2017 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/91dd7a55c8197b297447d97a7719b15f to your computer and use it in GitHub Desktop.
Save Mic92/91dd7a55c8197b297447d97a7719b15f to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
{
packageOverrides = pkgs: with pkgs; {
exa = exa.override {
rustRegistry = rustRegistry.overrideDerivation (old: {
src = fetchFromGithub {
owner = "rust-lang";
repo = "crates.io-index";
rev = "c73d61e84a623168a1a9bfff9c71defcc3416631";
sha256 = "0c2f4f48bacx0lq33bjw806fq5r4nvbrxvl74n7gd2y44ldafnir";
};
});
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment