Skip to content

Commit

Permalink
shell.nix: add nix-shell config
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Jun 1, 2022
1 parent bdbe4e4 commit 5cb209a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> { } }:

pkgs.mkShell { buildInputs = with pkgs; [ direnv go_1_18 gopls gotools git ]; }

0 comments on commit 5cb209a

Please sign in to comment.