wifisetup/README.md

21 lines
345 B
Markdown
Raw Permalink Normal View History

# `wifisetup`
An Android application to setup WPA2 Enterprise profiles automatically.
## Nix
### Build the application (failing for now):
```console
$ cd nix && nix-build -A builtWithGradle
```
### Update the locks
```console
$ cd nix && nix-build -A updateLocks
$ cd ../android
$ ../nix/result/bin/update-locks
$ mv deps.json ../nix/
```