secp256k1-zkp/ci/shell-i686.nix

5 lines
92 B
Nix
Raw Normal View History

2021-01-29 21:04:10 +00:00
let
pkgs = (import <nixpkgs> {}).pkgsi686Linux;
in
import ./mkshell.nix { inherit pkgs; }