From b620dbdf8747e888c86e25237fbd736e7f443069 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 15 Nov 2024 01:26:50 +0100 Subject: Factor out base images and postgres images with fixed hashes Signed-off-by: Mel --- pkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index c7d053b..5df7bc8 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,5 +1,5 @@ -{ ... }: +{ pkgs, ... }: { - # nothing here for now :) + common = with pkgs; lib.recurseIntoAttrs (callPackage ./common.nix { }); } -- cgit 1.4.1