Package : Rename pastebin to correct privatebin.
This commit is contained in:
parent
7067f8757c
commit
9bd9eb2e46
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, util, container, lib, config, __findFile, ... } @args: with lib; let
|
{ pkgs, util, container, lib, config, __findFile, ... } @args: with lib; let
|
||||||
cfg = config.container.module.paste;
|
cfg = config.container.module.paste;
|
||||||
package = (pkgs.callPackage <package/pastebin> args);
|
package = (pkgs.callPackage <package/privatebin> args);
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
container.module.paste = {
|
container.module.paste = {
|
||||||
|
|
Loading…
Reference in a new issue