Renamed to Project Engine

This commit is contained in:
2024-10-02 00:49:38 -05:00
parent 08115f90ce
commit bf8f92b885
41 changed files with 27 additions and 152 deletions

6
flake.nix Normal file → Executable file
View File

@@ -1,5 +1,5 @@
{
description = "Build Project Terminal";
description = "Build Project Engine";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
@@ -22,7 +22,7 @@
packages.${system}.default = pkgs.stdenv.mkDerivation {
name = "Terminal";
name = "Engine";
inherit system;
@@ -109,7 +109,7 @@
shaders = pkgs.stdenv.mkDerivation {
name = "Terminal";
name = "Engine";
inherit system;