mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fix no buildInputs set
This commit is contained in:
parent
d22840eb0a
commit
5c4ff80858
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ let
|
||||||
cp ${tosFile} $out/static/terms-of-service.html
|
cp ${tosFile} $out/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = old.buildInputs ++ [
|
buildInputs = [
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue