Reorganize nix files
This commit is contained in:
parent
cb98d37133
commit
f0e6a9f195
3 changed files with 13 additions and 12 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ mkShell, go, gopls }:
|
||||
mkShell rec {
|
||||
buildInputs = [ go gopls ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue