fix: package name was set incorrectly
This commit is contained in:
parent
48fb09cfb9
commit
320c60a0e4
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
latest_version.txt
|
latest_version.txt
|
||||||
|
result
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# This is the wrapping around mkderivation that abstracts away the standard boilerplate logic for building go packages.
|
# This is the wrapping around mkderivation that abstracts away the standard boilerplate logic for building go packages.
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
# The final built binary name.
|
# The final built binary name.
|
||||||
pname = "go-hello";
|
pname = "reforgerds-updater";
|
||||||
# The binary version | NEEDS TO BE IN STEP WITH GO MOD.
|
# The binary version | NEEDS TO BE IN STEP WITH GO MOD.
|
||||||
version = "v1.0.0";
|
version = "v1.0.0";
|
||||||
# In 'nix develop', we don't need a copy of the source tree
|
# In 'nix develop', we don't need a copy of the source tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue