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

with pkgs;

mkShell {
nativeBuildInputs = [
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 a3efed3

Please sign in to comment.