https://github.com/zombiezen/oauth2l-flake
Nix packaging for oauth2l
https://github.com/zombiezen/oauth2l-flake
Last synced: 9 months ago
JSON representation
Nix packaging for oauth2l
- Host: GitHub
- URL: https://github.com/zombiezen/oauth2l-flake
- Owner: zombiezen
- License: mit
- Created: 2024-02-15T15:38:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:41:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T21:49:03.140Z (11 months ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oauth2l Nix flake
This repository contains a [Nix flake](https://nixos.wiki/wiki/Flakes)
for the [oauth2l](https://github.com/google/oauth2l) utility
that obtains Google authentication tokens.
## Usage
```shell
nix run 'github:zombiezen/oauth2l-flake' -- -help
```
or:
```shell
nix profile install github:zombiezen/oauth2l-flake &&
oauth2l -help
```
## License
The Nix flake/packaging is available under an [MIT license](LICENSE)
for compatibility with nixpkgs.
oauth2l is released under an [Apache 2.0 license](https://github.com/google/oauth2l/blob/master/LICENSE).