nix/pkgs/images/nix-with-node.nix
iofq 7f04271bcb
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 34s
/ check (push) Failing after 2m55s
let's try CI images again
2026-03-21 12:51:04 -05:00

10 lines
149 B
Nix

{
pkgs,
}:
(pkgs.docker-nixpkgs.nix.override {
nix = pkgs.nixVersions.latest;
extraContents = with pkgs; [
attic-client
nodejs
];
})