Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created March 11, 2020 19:39
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 exarkun/c52871a49827d8acc25384e4d9f8f4f8 to your computer and use it in GitHub Desktop.
Save exarkun/c52871a49827d8acc25384e4d9f8f4f8 to your computer and use it in GitHub Desktop.
challenge-bypass-ristretto = pkgs.callPackage ./generated-challenge-bypass-ristretto.nix {
inherit defaultCrateOverrides;
buildRustCrate =
stdenv.lib.makeOverridable
(args: ((pkgs.buildRustCrate args).overrideAttrs (old: {
stripDebugList = [];
stripAllList = [];
})));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment