Renamed to Project Engine
This commit is contained in:
6
flake.nix
Normal file → Executable file
6
flake.nix
Normal file → Executable 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user