Skip to content

Commit

Permalink
Add packages.pegasus to flake output
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 29, 2024
1 parent df05e4b commit 774c45d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
];
});
in
{
legacyPackages = pkgs;
rec {
legacyPackages = hsPkgs;

packages.default = hsPkgs.pegasus;
packages.pegasus = hsPkgs.pegasus;
packages.default = packages.pegasus;

devShells.default = hsPkgs.shellFor {
packages = p: [ p.pegasus ];
Expand Down

0 comments on commit 774c45d

Please sign in to comment.