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:
parent
46853c467d
commit
e27a062783
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue