rm oauth2c
This commit is contained in:
parent
5a7574170c
commit
90b884bab0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue