1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 09:41:15 +02:00

Merge pull request #13364 from drupol/push-qspryqrvmpkt

docker: remove last use of `pkgs.`
This commit is contained in:
Jörg Thalheim 2025-06-15 06:09:52 +02:00 committed by GitHub
commit e73fcd008a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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