From 541cda9d11f9d2cfad3c9a37163b3ddc517f4873 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Jun 2023 14:21:30 -0500 Subject: [PATCH] changing name in shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9d5505b..cf140ca 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import { } }: with pkgs; mkShell rec { - name = "presenter"; + name = "lumina"; nativeBuildInputs = [ gcc