Skip to content

Commit

Permalink
✏️ Use make bootstrap instead of go install
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Dec 14, 2024
1 parent 16119f4 commit d831bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ pkgs.mkShell {
export TMPDIR=$(pwd)/nix/.tmp
export PATH=$GOPATH/bin:$PATH
mkdir -p "$TMPDIR"
go install sigs.k8s.io/controller-tools/cmd/[email protected]
make bootstrap
'';
}

0 comments on commit d831bb6

Please sign in to comment.