Skip to content

Commit

Permalink
fix(overlay): revert to upstream teller
Browse files Browse the repository at this point in the history
NixOS/nixpkgs#314308
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jun 3, 2024
1 parent 5eec811 commit 22c9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

self: super: {
nixci = flake.inputs.nixci.packages.${system}.default;
teller = self.callPackage ./teller.nix { };
# teller = self.callPackage ./teller.nix { };
}

0 comments on commit 22c9415

Please sign in to comment.