Skip to content

Commit

Permalink
Rename deprecated flake outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivak authored Jan 4, 2023
1 parent a6041f6 commit 2bda12a
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 2bda12a

Please sign in to comment.