mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 12:19:43 +01:00
parent
b19478d820
commit
9d7f7fe3a8
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ in
|
|||
default = {};
|
||||
example = literalExample ''
|
||||
{
|
||||
"golang.org/x/time/rate" = builtins.fetchGit "https://go.googlesource.com/text";
|
||||
"golang.org/x/text" = builtins.fetchGit "https://go.googlesource.com/text";
|
||||
"golang.org/x/time" = builtins.fetchGit "https://go.googlesource.com/time";
|
||||
}
|
||||
'';
|
||||
description = "Packages to add to GOPATH.";
|
||||
|
|
Loading…
Reference in a new issue