diff --git a/flake.nix b/flake.nix index 9e05638..f1ef091 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ _module.args.pkgs = import inputs.nixpkgs {inherit system;}; devShells.default = pkgs.mkShell { - buildInputs = with pkgs; [just dart oauth2c watchexec]; + buildInputs = with pkgs; [just dart watchexec]; }; packages.default = pkgs.buildDartApplication {