Add base docker image

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-18 11:34:34 +03:00
parent 10930e85d6
commit ac85b6f608
4 changed files with 40 additions and 1 deletions

4
packages/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
docker-image-base = import ./docker/base { inherit pkgs; };
}