{ ... }: let sources = import ./npins; pkgs = import sources.nixpkgs { config.allowUnfree = true; }; in { packages = rec { default = dune; dune = pkgs.callPackage ./package.nix { }; }; }