diff --git a/flake.nix b/flake.nix index ea1735a..fb7e7bc 100644 --- a/flake.nix +++ b/flake.nix @@ -21,11 +21,7 @@ in { defaultPackage = pkgs.callPackage ./default.nix { }; - devShell = with pkgs; mkShell { - buildInputs = [ - gomod2nix - ]; - }; + devShell = import ./shell.nix { inherit pkgs; }; }) ); }