🐛 fixing nix flake update
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 1m33s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 1m33s
This commit is contained in:
parent
64b3e78f43
commit
f911177ab7
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ with lib;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alsa-utils
|
alsa-utils
|
||||||
alsaUtils
|
|
||||||
|
|
||||||
# PulseAudio control
|
# PulseAudio control
|
||||||
# ------------------
|
# ------------------
|
||||||
|
|
|
@ -23,7 +23,7 @@ let
|
||||||
${pkgs.iw}/bin/iw dev \
|
${pkgs.iw}/bin/iw dev \
|
||||||
| ${pkgs.gnused}/bin/sed -n 's/^\s*Interface\s\+\([0-9a-z]\+\)$/\1/p'
|
| ${pkgs.gnused}/bin/sed -n 's/^\s*Interface\s\+\([0-9a-z]\+\)$/\1/p'
|
||||||
); do
|
); do
|
||||||
inet=$(${pkgs.iproute}/bin/ip addr show $dev \
|
inet=$(${pkgs.iproute2}/bin/ip addr show $dev \
|
||||||
| ${pkgs.gnused}/bin/sed -n 's/.*inet \([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p') \
|
| ${pkgs.gnused}/bin/sed -n 's/.*inet \([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p') \
|
||||||
|| unset inet
|
|| unset inet
|
||||||
ssid=$(${pkgs.iw}/bin/iw dev $dev link \
|
ssid=$(${pkgs.iw}/bin/iw dev $dev link \
|
||||||
|
|
Loading…
Reference in a new issue