Skip to content

Commit

Permalink
Add pkgs.hello to default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Feb 8, 2024
1 parent 628b5ec commit d0ab982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
programs.prettier.enable = true; # *.json, *.yaml, *.yml
programs.stylua.enable = true; # *.lua
};

packages.default = pkgs.hello;
};

flake = let
Expand Down

0 comments on commit d0ab982

Please sign in to comment.