mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
manage Go with HM
This commit is contained in:
parent
a36da6fe5e
commit
f4d346b89c
4 changed files with 7 additions and 8 deletions
6
programs/go.nix
Normal file
6
programs/go.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
programs.go = {
|
||||
enable = true;
|
||||
goPath = ".go";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue