Skip to content

Commit

Permalink
Merge pull request #4412 from ceedubs/nix-default-app
Browse files Browse the repository at this point in the history
Nix flake: set default app to haskell-nix unison-cli app
  • Loading branch information
mergify[bot] authored Nov 21, 2023
2 parents dce20da + c9da24a commit 686a9dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
};
};

apps = haskell-nix-flake.apps // {
default = self.apps."${system}"."unison-cli:exe:unison";
};

devShells = nixpkgs-devShells // {
default = self.devShells."${system}".only-tools-nixpkgs;
haskell-nix = haskell-nix-flake.devShells;
Expand Down

0 comments on commit 686a9dd

Please sign in to comment.