mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue