1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11: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 # Core dependencies
pkgs, pkgs,
lib, lib,
dockerTools,
runCommand, runCommand,
buildPackages, buildPackages,
# Image configuration # Image configuration
@ -325,7 +326,7 @@ let
); );
in in
pkgs.dockerTools.buildLayeredImageWithNixDb { dockerTools.buildLayeredImageWithNixDb {
inherit inherit
name name