From 4c74679f850630780aca937606d3824e37dddd82 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 7 Dec 2025 16:34:21 +0800 Subject: [PATCH] build: add offline --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 42f53d6..ead411a 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ switch-offline: @echo "Rebuilding NixOS without net..." @nh os switch . --no-net +offline: + @echo "Rebuilding NixOS without net..." + @nh os switch . --no-net + boot: @echo "Rebuilding NixOS..." @nh os boot .