rm oauth2c

This commit is contained in:
Henry Hiles 2025-07-26 23:45:49 -04:00
commit 90b884bab0
No known key found for this signature in database

View file

@ -16,7 +16,7 @@
_module.args.pkgs = import inputs.nixpkgs {inherit system;}; _module.args.pkgs = import inputs.nixpkgs {inherit system;};
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [just dart oauth2c watchexec]; buildInputs = with pkgs; [just dart watchexec];
}; };
packages.default = pkgs.buildDartApplication { packages.default = pkgs.buildDartApplication {