secp256k1-zkp/ci/shell.nix
2021-01-29 22:26:02 +01:00

5 lines
78 B
Nix

let
pkgs = (import <nixpkgs> {});
in
import ./mkshell.nix { inherit pkgs; }