Skip to content

Commit adc95ec

Browse files
committed
Change plugin ID to final value
This is what we must use a prefix in tool install commands, so let's use the final value (which can be different than what is the git repo's name)
1 parent 95548fe commit adc95ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolprovider/mise/nixpkgs/nixpkgs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
PluginGitURL = "https://github.com/bitrise-io/mise-nixpkgs-plugin.git"
13-
PluginName = "mise-nixpkgs-plugin"
13+
PluginName = "nixpkgs"
1414
)
1515

1616
// TODO: check if Nix works at all

0 commit comments

Comments
 (0)