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

This commit is contained in:
iofq 2026-03-20 20:46:27 -05:00
parent 9d8bfef042
commit e4f5ca2fc9
8 changed files with 72 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 {