Skip to content

Commit

Permalink
Fix copy-paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Sep 7, 2024
1 parent 404d226 commit 0dd619b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

packages = forAllSystems
(pkgs: {
gobot =
rssbot =
pkgs.buildGoModule
{
pname = "rssbot";
Expand All @@ -66,7 +66,7 @@
};
};

default = self.packages.${pkgs.system}.gobot;
default = self.packages.${pkgs.system}.rssbot;
});
};
}

0 comments on commit 0dd619b

Please sign in to comment.