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 b977868 commit 0a68718
Show file tree
Hide file tree
Showing 2 changed files with 24 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
18 changes: 18 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{ pkgs ? import <nixpkgs> { } }:

with pkgs;

mkShell {
nativeBuildInputs = [
ginkgo
go-licence-detector
go_1_23
golangci-lint
gotools # goimports
kubernetes-controller-tools # controller-gen
setup-envtest

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

0 comments on commit 0a68718

Please sign in to comment.