nix/pkgs/images/nix-with-node.nix
iofq ff12f87628
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 32s
/ check (push) Failing after 43s
let's try CI images again
2026-03-21 12:41:53 -05:00

10 lines
149 B
Nix

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