mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
akkoma : added missing dependency
This commit is contained in:
parent
85e1188360
commit
4d5928a56a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ let
|
||||||
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
cp ${pkgs.writeText "styles.json" styles} $out/priv/static/themes
|
||||||
cp ${./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html
|
cp ${./akkoma/terms-of-services.html} $out/priv/static/terms-of-service.html
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildInputs = old.buildInputs ++ [
|
||||||
|
pkgs.curl
|
||||||
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue