Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 8, 2024
1 parent 67111dd commit a2c34f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
if type -P lorri &>/dev/null; then
eval "$(lorri direnv)"
else
use nix
fi
16 changes: 16 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{ pkgs ? import <nixpkgs> { } }:

with pkgs;

mkShell {
nativeBuildInputs = [
go-licence-detector
go_1_23
golangci-lint
goreleaser
gotools # goimports

# keep this line if you use bash
bashInteractive
];
}

0 comments on commit a2c34f2

Please sign in to comment.