changing name in shell.nix

This commit is contained in:
Chris Cochrun 2023-06-28 14:21:30 -05:00
parent 592ebb5309
commit 541cda9d11

View file

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell rec {
name = "presenter";
name = "lumina";
nativeBuildInputs = [
gcc