# `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/ ```