nix/pkgs/images/nix-with-node.nix
iofq e4f5ca2fc9
Some checks failed
/ nvim-bundle (nvim-min) (push) Failing after 31s
/ check (push) Failing after 42s
let's try CI images again
2026-03-21 13:00:27 -05:00

10 lines
149 B
Nix

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