Skip to content

Commit

Permalink
chore(dev): add developer dependency shell with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Feb 25, 2022
1 parent c00bf6b commit b8ebac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.go_1_17
];
}

0 comments on commit b8ebac0

Please sign in to comment.