Reorganize nix files

This commit is contained in:
heyarne 2022-02-11 21:53:48 +01:00
commit f0e6a9f195
3 changed files with 13 additions and 12 deletions

4
shell.nix Normal file
View file

@ -0,0 +1,4 @@
{ mkShell, go, gopls }:
mkShell rec {
buildInputs = [ go gopls ];
}