21 lines
345 B
Markdown
21 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/
|
||
|
```
|