let's try CI images again
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 32s
/ check (push) Failing after 43s

This commit is contained in:
iofq 2026-03-20 20:46:27 -05:00
parent 9d8bfef042
commit ff12f87628
7 changed files with 62 additions and 5 deletions

View file

@ -44,6 +44,10 @@
url = "github:NicolasGB/jj.nvim";
flake = false;
};
docker-nixpkgs = {
url = "github:nix-community/docker-nixpkgs";
flake = false;
};
};
outputs =
{
@ -70,6 +74,7 @@
inputs.neovim-nightly-overlay.overlays.default
inputs.llm-agents.overlays.default
inputs.self.overlays.stable-packages
(import "${inputs.docker-nixpkgs}/overlay.nix")
(
final: prev:
import ./pkgs {