mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +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
|
||||
'';
|
||||
|
||||
buildInputs = old.buildInputs ++ [
|
||||
buildInputs = [
|
||||
pkgs.curl
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue