let's try CI images again
This commit is contained in:
parent
9d8bfef042
commit
e4f5ca2fc9
8 changed files with 72 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue