This website requires JavaScript.
Explore
Help
Sign In
john
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/jbowdre/dotfiles.git
synced
2024-12-23 12:42:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
24472642b0
dotfiles
/
home
/
modules
/
tui
/
extras
/
go.nix
7 lines
84 B
Nix
Raw
Normal View
History
Unescape
Escape
apply nix-fmt
2024-12-20 01:30:06 +00:00
{
pkgs
,
.
.
.
}:
{
add go
2023-07-31 17:40:37 +00:00
programs
.
go
=
{
enable
=
true
;
package
=
pkgs
.
go
;
}
;
apply nix-fmt
2024-12-20 01:30:06 +00:00
}
Reference in a new issue
Copy permalink