From 250222c19114ecd2c3debda6cc79f38220bb941e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 8 Jun 2023 20:57:50 -0400 Subject: [PATCH] nixos-rebuild: Use verbose output --- modules/fish-starship/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index b3b9b367..b634cf9c 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -60,8 +60,8 @@ in { jis = "recode shift_jis..utf8"; # Easily convert shift_jis-encoded files to utf8 utf16 = "recode utf16..utf8"; # Rarely, some files from Japan are utf16 instead jp = "LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8"; - vm = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && nixos-rebuild build-vm --flake . && ./result/bin/run-${VARIABLES.hostname}-vm && trash put result ${VARIABLES.hostname}.qcow2"; - sw = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && sudo nixos-rebuild switch --flake ."; + vm = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && nixos-rebuild build-vm --flake . --verbose && ./result/bin/run-${VARIABLES.hostname}-vm && trash put result ${VARIABLES.hostname}.qcow2"; + sw = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose && sudo nixos-rebuild switch --flake . --verbose"; st = "cd ~/nix-config && crystal spec tests/main.cr --progress --verbose"; c = "tput reset"; # Clear the terminal completely