Skip to content

Commit

Permalink
playing with replit
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Mar 3, 2023
1 parent 306d40c commit 3d16308
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
run = "make test"
hidden = ["Makefile", "main"]
compile = "make"

[languages.go]
pattern = "**/*.go"

[languages.go.languageServer]
start = "gopls"

[nix]
channel = "stable-22_11"

[gitHubImport]
requiredFiles = [".replit", "replit.nix"]
6 changes: 6 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ pkgs }: {
deps = [
pkgs.go
pkgs.gopls
];
}

0 comments on commit 3d16308

Please sign in to comment.