Compare commits

..

No commits in common. "main" and "0.9" have entirely different histories.
main ... 0.9

2 changed files with 1 additions and 13 deletions

View File

@ -26,8 +26,3 @@ Take a look at their
## Contributors
- wizche
- [Michal Bryxí](mailto:michal.bryxi@gmail.com)
## Contact
For issue reporting contact me at [shu+gpx@vanwa.ch](mailto:shu+gpx@vanwa.ch)

View File

@ -13,14 +13,7 @@
pkgs = import nixpkgs { inherit system; };
in
{
devShells.default =
with pkgs;
mkShell {
buildInputs = [
deno
zip
];
};
devShells.default = with pkgs; mkShell { buildInputs = [ deno ]; };
}
);
}