commit
cffb37208d
7 changed files with 98 additions and 0 deletions
10
pkgs/nix-with-node.nix
Normal file
10
pkgs/nix-with-node.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "nix-with-node";
|
||||
contents = with pkgs; [
|
||||
nix
|
||||
nodejs
|
||||
bash
|
||||
git
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue