mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-03 19:48:24 +08:00
Makefile: workaround kitty issue
This commit is contained in:
parent
cfbefb0737
commit
c8530866fb
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -13,7 +13,8 @@ nixos:
|
|||
|
||||
macos:
|
||||
sudo ls # cache sudo
|
||||
$$(nix build --extra-experimental-features "flakes nix-command" .#darwinConfigurations.air.system --no-link --json | jq -r '.[].outputs.out')/sw/bin/darwin-rebuild switch --flake .
|
||||
# The `TERM` needs to be set to workaround kitty issue: `tput: unknown terminal "xterm-kitty"`
|
||||
TERM=xterm $$(nix build --extra-experimental-features "flakes nix-command" .#darwinConfigurations.air.system --no-link --json | jq -r '.[].outputs.out')/sw/bin/darwin-rebuild switch --flake .
|
||||
|
||||
freeupboot:
|
||||
# Delete all but the last few generations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue