mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
Merge pull request #13364 from drupol/push-qspryqrvmpkt
docker: remove last use of `pkgs.`
This commit is contained in:
commit
e73fcd008a
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