Docker image built with nix containing nix (flakes enabled) and Node.js for running Forgejo Actions.
Find a file
2023-10-31 23:11:45 +01:00
.gitignore Initial commit 2023-10-31 23:11:45 +01:00
default.nix Initial commit 2023-10-31 23:11:45 +01:00
README.md Initial commit 2023-10-31 23:11:45 +01:00

nix-flakes-node docker image

How to build:

docker load --input $(nix-build default.nix)

How to test:

docker tag nix-flakes-node:ghyn1438kgxp09pxlpg6xakyw2fkjyhi nix-flakes-node:latest
docker run -it --rm nix-flakes-node:latest bash

bash-5.2# node

Welcome to Node.js v20.5.1.
Type ".help" for more information.
>