From ac00537d6e9cfa1c59600f07a995023119e87358 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 11 Oct 2024 22:41:25 +0300 Subject: [PATCH] Makefile : Add shell target. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0bfce05..500724f 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,9 @@ live: reboot: boot reboot +shell: + SHELL_NAME="default" nix develop + show: nix flake show