Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 20, 2023
1 parent fe7ef3a commit 95c86c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/enable_nix_login_shells/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (

// This script requires sudo execution, if it is a reasonable way, including in home.nix may be better

var homePath string

func getShellPath(homePath string, shellName string) string {
return homePath + "/.nix-profile/bin/" + shellName
}
Expand Down

0 comments on commit 95c86c3

Please sign in to comment.