From ef074ee1f31f1db36a117775f152c0d38ec310ae Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 11 Oct 2024 23:30:01 +0300 Subject: [PATCH] Gitignore : Add .NixRoot. --- .gitignore | 1 + Makefile | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 923827e..962bdab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /live +.NixRoot* diff --git a/Makefile b/Makefile index c20387c..2f19bd5 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,6 @@ live: reboot: boot reboot -shell: - SHELL_NAME="default" nix develop - show: nix flake show