mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-30 10:29:10 +03:00
4 lines
83 B
Nix
4 lines
83 B
Nix
|
{ pkgs ? (import ./nix/nixpkgs) }:
|
||
|
|
||
|
(import ./default.nix { inherit pkgs; }).shell
|