*
This commit is contained in:
parent
4990c6d26a
commit
9830065f5c
4 changed files with 50 additions and 21 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.go
|
||||
pkgs.gopls
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue