Skip to content

Commit

Permalink
fuck you
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Sep 7, 2024
1 parent 627bfb4 commit a13c843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, lib, self, ... }:
{ config, lib, pkgs, ... }:

let
cfg = config.services.gobot;
Expand All @@ -9,7 +9,7 @@ in
options.services.gobot = {
enable = mkEnableOption "Gobot Telegram bot";

package = mkPackageOption self.packages "gobot" { };
package = mkPackageOption pkgs "gobot" { };

user = mkOption {
type = types.str;
Expand Down

0 comments on commit a13c843

Please sign in to comment.