hello-cpp: set pname, version

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-02-05 16:22:47 -05:00
parent 24e761c79e
commit 997556c11a
+2 -1
View File
@@ -6,7 +6,8 @@
}:
stdenv.mkDerivation {
name = "hello-cpp";
pname = "hello-cpp";
version = lib.trivial.version;
src = ./src;
nativeBuildInputs = [
cmake