1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

docker: remove last use of pkgs.

Follow-up of https://github.com/NixOS/nix/pull/13354
This commit is contained in:
Pol Dellaiera 2025-06-14 10:37:36 +02:00
parent 46853c467d
commit e27a062783

View file

@ -2,6 +2,7 @@
# Core dependencies
pkgs,
lib,
dockerTools,
runCommand,
buildPackages,
# Image configuration
@ -325,7 +326,7 @@ let
);
in
pkgs.dockerTools.buildLayeredImageWithNixDb {
dockerTools.buildLayeredImageWithNixDb {
inherit
name