Skip to content

Instantly share code, notes, and snippets.

@delta1
Created March 28, 2023 14:19
Show Gist options
  • Save delta1/b1338fb99771ac9bef4f7446e3c3d9c5 to your computer and use it in GitHub Desktop.
Save delta1/b1338fb99771ac9bef4f7446e3c3d9c5 to your computer and use it in GitHub Desktop.
{ nixpkgs ? import <nixpkgs> {}, doCheck ? false, doFunctionalTests ? false, withBench ? false, withWallet ? true }:
nixpkgs.callPackage ./elements.nix {
inherit doCheck doFunctionalTests withBench withWallet;
boost = nixpkgs.boost175;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment