flake plus docker cli metadata

This commit is contained in:
Jim Clark
2023-05-14 21:30:59 -07:00
parent ce5b1520f8
commit e504aafa11
4 changed files with 72 additions and 44 deletions

View File

@@ -24,7 +24,9 @@
in
{
devShells.default = pkgs.devshell.mkShell {
packages = with pkgs; [ go gotools golangci-lint gopls gopkgs go-outline gomod2nix.packages.${system}.default clojure clojure-lsp temurin-bin neovim];
packages = with pkgs; [ go gotools golangci-lint gopls gopkgs go-outline gomod2nix.packages.${system}.default
(clojure.override { jdk = temurin-bin; })
clojure-lsp temurin-bin neovim];
commands = [
{
name = "update-gomod2nix";