{ system ? builtins.currentSystem }: let pkgs = import ./nix/nixpkgs.nix { system = (builtins.head (builtins.split "-" system)) + "-linux"; }; haskell-wasm-repl = import ./. { inherit system; static = true; }; in pkgs.callPackage ./nix/haskell-wasm-repl/docker.nix { inherit haskell-wasm-repl; }