let's try CI images again
This commit is contained in:
parent
9d8bfef042
commit
e4f5ca2fc9
8 changed files with 72 additions and 5 deletions
|
|
@ -7,5 +7,7 @@
|
|||
nativeBuildInputs = [ pkgs.jujutsu ];
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
nix-with-node = import ./images/nix-with-node.nix { inherit pkgs; };
|
||||
}
|
||||
// import ./nvim { inherit inputs pkgs; }
|
||||
|
|
|
|||
10
pkgs/images/nix-with-node.nix
Normal file
10
pkgs/images/nix-with-node.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
}:
|
||||
(pkgs.docker-nixpkgs.nix.override {
|
||||
nix = pkgs.nixVersions.latest;
|
||||
extraContents = with pkgs; [
|
||||
attic-client
|
||||
nodejs
|
||||
];
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue