yggdrasil rocks (finally checked, everything OK)
This commit is contained in:
parent
c8da753a23
commit
7e02054f35
2 changed files with 6 additions and 9 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
buildInputs = with pkgs; [ go gopls git delve ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue