AYSPIRRQNBESKXOVILHY4QEIZA37AOFFT5KY75GKZJIPUXD62UIQC "nix-wrangle-pkg": {"flake": false,"locked": {"lastModified": 1606447617,"narHash": "sha256-yHejSB3cZbHyBgMiiu0BweKqimN0KVosBmjSY9mjT0E=","owner": "timbertson","repo": "nix-wrangle","rev": "25625d48f91785715dc62d7d90e44777839fa03d","type": "github"},"original": {"owner": "timbertson","repo": "nix-wrangle","type": "github"}},
"lastModified": 1614045149,"narHash": "sha256-4SJSfK6vRGvQvTFfy3Jgg8u2rGHsya0ee0ziCIvhxew=","owner": "timbertson","repo": "opam2nix","rev": "d1d4cb15131bf45c9402aeff7df05dc78a92add7",
"narHash": "sha256-88Pu2xh1p2tixNxdijfqoCqq9ymkEx0d6jc7ycWavLo=","type": "tarball","url": "https://github.com/nixos/nixpkgs/archive/f5e8bdd07d1a.tar.gz"},"original": {"type": "tarball","url": "https://github.com/nixos/nixpkgs/archive/f5e8bdd07d1a.tar.gz"}},"ocaml-overlays": {"flake": false,"locked": {"lastModified": 1616359502,"narHash": "sha256-vF8CneYKUOuWWf7S4XsPQrP4sbYY81lMjoFSZqU8oIg=","owner": "anmonteiro","repo": "nix-overlays","rev": "dec2cdc4f8581b67727248d39f4882c2ef9d83ec",
nix-wrangle-pkg = { url = "github:timbertson/nix-wrangle"; flake = false; };opam2nix-pkg = { url = "github:timbertson/opam2nix"; flake = false; };
ocaml-overlays = { url = "github:anmonteiro/nix-overlays"; flake = false; };nixpkgs-2021_03_20 = { url = "https://github.com/nixos/nixpkgs/archive/f5e8bdd07d1a.tar.gz"; flake = false; };
pkgs = import nixpkgs { inherit system; };# nix-wrangle = import nix-wrangle-pkg { pkgs = pkgs; };# opam2nix = import opam2nix-pkg { inherit pkgs; inherit nix-wrangle; };
pkgs = import nixpkgs {inherit system;};anmonteiro = import nixpkgs-2021_03_20 {inherit system;overlays = [ (import ocaml-overlays) ];};