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