fix: package name was set incorrectly

This commit is contained in:
Jermeiah S 2025-06-21 09:29:43 -04:00
parent 48fb09cfb9
commit 320c60a0e4
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
latest_version.txt
result

View file

@ -2,7 +2,7 @@
# This is the wrapping around mkderivation that abstracts away the standard boilerplate logic for building go packages.
buildGoModule {
# The final built binary name.
pname = "go-hello";
pname = "reforgerds-updater";
# The binary version | NEEDS TO BE IN STEP WITH GO MOD.
version = "v1.0.0";
# In 'nix develop', we don't need a copy of the source tree