secp256k1/ci/shell.nix

5 lines
78 B
Nix

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