chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
Showing only changes of commit b89da7fdd7 - Show all commits

View file

@ -90,8 +90,10 @@
}
nixHosts;
packages.${system}.default = colmena.packages.${system}.colmena;
packages.${system}.apply-local = apply-local;
packages.${system} = {
default = colmena.packages.${system}.colmena;
apply-local = apply-local;
};
# Use by running `nix develop`
devShells.${system}.default = pkgs.mkShell {