add go language
This commit is contained in:
parent
3f99c85cdc
commit
36b9f997bf
3 changed files with 10 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -947,11 +947,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744561389,
|
||||
"narHash": "sha256-KnVjo8q+tQIWxCvKXNc4S6CNWzZ/Ce8OSZjMA57H06w=",
|
||||
"lastModified": 1746590697,
|
||||
"narHash": "sha256-klZhqs8BFh/XnWbZCPxbCsPJ4GoFKLZ5IUPeSiv9fEY=",
|
||||
"owner": "xunuwu",
|
||||
"repo": "nvim-config",
|
||||
"rev": "4f88c5c5a63cc3c8d3870be6fd5c1161e8b4b85d",
|
||||
"rev": "7e4c19bf13ef209d3644dc39fde409ea2767b026",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
6
home/profiles/develop/langs/go.nix
Normal file
6
home/profiles/develop/langs/go.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
go
|
||||
gopls
|
||||
];
|
||||
}
|
|
@ -46,6 +46,7 @@
|
|||
develop.docs
|
||||
|
||||
develop.langs.haskell
|
||||
develop.langs.go
|
||||
develop.langs.rust
|
||||
develop.langs.elixir
|
||||
# develop.langs.uiua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue