nix/pkgs/images/nix-with-node.nix
iofq d0abc1e98c
Some checks failed
/ check (push) Failing after 49s
/ nvim-bundle (nvim-min) (push) Failing after 45s
let's try CI images again
2026-03-21 12:40:27 -05:00

10 lines
149 B
Nix

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