2ba34808ff
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
20 lines
345 B
Markdown
20 lines
345 B
Markdown
# `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/
|
|
```
|