network-status: fix executable location

This commit is contained in:
Jörg Thalheim
2024-12-24 11:47:06 +01:00
parent a83c4dc79f
commit c8428d5899

View File

@@ -125,7 +125,7 @@ in
# workaround for https://github.com/NixOS/nixpkgs/issues/219239 # workaround for https://github.com/NixOS/nixpkgs/issues/219239
systemctl restart systemd-vconsole-setup.service systemctl restart systemd-vconsole-setup.service
watch --no-title --color ${network-status} watch --no-title --color ${network-status}/bin/network-status
fi fi
''; '';
} }