Makefile : Disable check for switch.

This commit is contained in:
Dmitry Voronin 2024-04-04 02:16:48 +03:00
parent d4826c5cc2
commit eb722c2983
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ reboot: boot
reboot reboot
.PHONY: switch .PHONY: switch
switch: check switch:
nixos-rebuild switch $(options) --flake $(flake) nixos-rebuild switch $(options) --flake $(flake)
.PHONY: trace .PHONY: trace

View file

@ -66,7 +66,7 @@ function _tmux_statusbar() {
local sep="" local sep=""
local thr_volume=100 local thr_volume=100
local thr_battery=40 local thr_battery=40
local is_uber=$(cat "/tmp/.tmux_uber") local is_uber=$(cat "/tmp/.tmux_uber" || echo -n false)
# Get data. # Get data.
battery=($(_tmux_battery)) battery=($(_tmux_battery))