This website requires JavaScript.
Explore
Help
Sign In
frost
/
secp256k1-zkp
Watch
3
Star
0
Fork
0
You've already forked secp256k1-zkp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
secp256k1-zkp
/
ci
/
shell.nix
5 lines
78 B
Nix
Raw
Normal View
History
Unescape
Escape
ci: Refactor Nix shell files
2021-01-29 21:04:10 +00:00
let
pkgs
=
(
import
<nixpkgs>
{
}
)
;
in
import
./mkshell.nix
{
inherit
pkgs
;
}
Reference in New Issue
Copy Permalink