Package : Rename pastebin to correct privatebin.

This commit is contained in:
Dmitry Voronin 2024-08-21 11:31:57 +03:00
parent 7067f8757c
commit 9bd9eb2e46
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, util, container, lib, config, __findFile, ... } @args: with lib; let
cfg = config.container.module.paste;
package = (pkgs.callPackage <package/pastebin> args);
package = (pkgs.callPackage <package/privatebin> args);
in {
options = {
container.module.paste = {