feat: proper release.
This commit is contained in:
parent
dfbd324e0d
commit
e6eaf8db54
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
}:
|
}:
|
||||||
buildGoApplication {
|
buildGoApplication {
|
||||||
pname = "note";
|
pname = "note";
|
||||||
version = "0.1";
|
version = "1.0";
|
||||||
pwd = ./.;
|
pwd = ./.;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
modules = ./gomod2nix.toml;
|
modules = ./gomod2nix.toml;
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
||||||
module example.com/gomod2nix-template
|
module crony/note
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue