diff --git a/shell.nix b/shell.nix index df3de65..cad3e28 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,6 @@ { pkgs ? import {} }: let - hsPkgs = import ./default.nix {}; + hsPkgs = import ./default.nix; in hsPkgs.matebeamter.components.all