Skip to content

Commit

Permalink
Merge pull request #311 from shivak/patch-1
Browse files Browse the repository at this point in the history
Rename deprecated flake outputs
  • Loading branch information
svanderburg authored Jan 12, 2023
2 parents a6041f6 + 2bda12a commit 315e1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
overlays = final: prev: { node2nix = node2nix; };
in {
packages.node2nix = node2nix;
defaultPackage = node2nix;
packages.default = node2nix;
apps.node2nix = app;
defaultApp = app;
apps.default = app;
nodeDependencies = nodeDependencies;
nodeShell = shell;
inherit overlays;
Expand Down

0 comments on commit 315e1b8

Please sign in to comment.