Skip to content

Commit

Permalink
nix: Remove defaultApp
Browse files Browse the repository at this point in the history
It seems unnecessary (when there's only one app defined?).
`nix run .# -- --help` works just fine without it.

This is a workaround for
numtide/flake-utils#61 (closed but not
fixed!).
  • Loading branch information
tv42 committed Jul 18, 2022
1 parent b5aebd6 commit 4bb6624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
apps.choosy = flake-utils.lib.mkApp {
drv = packages.choosy;
};
defaultApp = apps.choosy;

# `nix develop`
devShell = pkgs.mkShell {
Expand Down

0 comments on commit 4bb6624

Please sign in to comment.