home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit d44efff9c58cbc3aff28eb3cb71aa713e6a857a2
parent 9387c00a0e1e89dbf5fc5eb14484fd346d8b5434
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  6 Jun 2024 13:11:50 +0200

.conner: add "make switch"

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.conner | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.conner b/.conner @@ -4,6 +4,11 @@ :type "vterm" :workdir nil :environment nil) + (:name "make switch" + :command "make switch" + :type "vterm" + :workdir nil + :environment nil) (:name "host/aomi/boot" :command "make host/aomi/boot" :type "compile"