Skip to content

Commit

Permalink
fix: nixify all things
Browse files Browse the repository at this point in the history
  • Loading branch information
yorodm committed Jun 6, 2022
1 parent 86c62cb commit fe4c8c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(lorri direnv)"
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist/

.idea/
vendor/
.idea/
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
buildInputs = [
pkgs.go
pkgs.gopls
];
}

0 comments on commit fe4c8c9

Please sign in to comment.