Fix Wi-Fi flakes

This commit is contained in:
Geoffrey Frogeye 2024-01-06 19:10:47 +01:00
parent e013bcfdba
commit 6d98d85642
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 25 additions and 19 deletions

View file

@ -2,6 +2,9 @@
#! nix-shell -i bash
#! nix-shell -p bash nixos-install-tools
echo FIXME Not flakes ready
exit 1
set -euo pipefail
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )