Files
nix-lib/packages/default.nix
2025-08-18 11:34:34 +03:00

5 lines
81 B
Nix

{ pkgs, ... }:
{
docker-image-base = import ./docker/base { inherit pkgs; };
}