mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
committed by
Robert Helgesson
parent
b19478d820
commit
9d7f7fe3a8
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user