mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-04 17:01:40 -05:00
use build inputs
This commit is contained in:
parent
37c3ba118b
commit
a13ac716a2
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
|||
${name} = pkgs.${name};
|
||||
"${name}Docker" = pkgs.dockerTools.buildImage {
|
||||
name = "${name}";
|
||||
contents = [pkgs.${name}];
|
||||
buildInputs = [pkgs.${name}];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue