mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 12:50:36 -05:00
add a nix-flake runner
This commit is contained in:
10
images/nix-flakes-runner/default.nix
Normal file
10
images/nix-flakes-runner/default.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ docker-nixpkgs
|
||||||
|
, nodejs
|
||||||
|
, extraContents ? [ ]
|
||||||
|
}:
|
||||||
|
docker-nixpkgs.nix-flakes.override {
|
||||||
|
extraContents = [
|
||||||
|
# nodejs for runner
|
||||||
|
nodejs
|
||||||
|
] ++ extraContents;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user