Skip to content
Snippets Groups Projects
Verified Commit cb402569 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: name conflict

parent 01616479
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
rootPath = ./.; rootPath = ./.;
releaseJson = builtins.fromJSON (builtins.readFile "${rootPath}/release.json"); releaseJson = builtins.fromJSON (builtins.readFile "${rootPath}/release.json");
version = releaseJson.version; pversion = releaseJson.version;
# System types to support. # System types to support.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
{ {
version = pkgs.buildGoModule { version = pkgs.buildGoModule {
pname = "version"; pname = "version";
inherit version; inherit pversion;
# 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
# in the Nix store. # in the Nix store.
src = ././application/source; src = ././application/source;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment