mirror of
https://github.com/NotAShelf/tct.git
synced 2025-10-05 16:32:23 +00:00
nix: set up tooling
This commit is contained in:
parent
c8ff2dad43
commit
7a5207f3b4
5 changed files with 91 additions and 0 deletions
14
nix/shell.nix
Normal file
14
nix/shell.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
mkShell,
|
||||
go,
|
||||
gopls,
|
||||
delve,
|
||||
}:
|
||||
mkShell {
|
||||
name = "go";
|
||||
packages = [
|
||||
delve
|
||||
go
|
||||
gopls
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue