Skip to content

Commit

Permalink
nix: Remove apps output
Browse files Browse the repository at this point in the history
It was redundant once mainProgram was set for the package
  • Loading branch information
JoaquinTrinanes authored and thoughtpolice committed Nov 14, 2024
1 parent f1a9f62 commit 5e8c766
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@
default = self.packages.${system}.jujutsu;
};

apps.default = {
type = "app";
program = pkgs.lib.getExe self.packages.${system}.jujutsu;
};

formatter = pkgs.nixpkgs-fmt;

checks.jujutsu = self.packages.${system}.jujutsu.overrideAttrs ({ ... }: {
Expand Down

0 comments on commit 5e8c766

Please sign in to comment.