chore: add docker in flake.nix
This commit is contained in:
parent
2707cc5535
commit
b69e3d4ef3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
|
||||
devShells.default =
|
||||
pkgs.mkShell {buildInputs = with pkgs; [go gopls goreleaser];};
|
||||
pkgs.mkShell {buildInputs = with pkgs; [go gopls goreleaser docker];};
|
||||
};
|
||||
flake = {
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue