Skip to content

Commit

Permalink
flake: add formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Jul 5, 2024
1 parent 289d4cd commit a56ce5a
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
@@ -1,8 +1,10 @@
{
inputs = {
dreampkgs.url = "github:nix-community/dreampkgs";
nixpkgs.follows = "dreampkgs/nixpkgs";
};
outputs = { nixpkgs, dreampkgs, ... }: {
formatter."x86_64-linux" = nixpkgs.legacyPackages."x86_64-linux".nixfmt;
templates.default = {
path = ./templates/default;
description = "lighthouse-flake flake-parts template";
Expand Down

0 comments on commit a56ce5a

Please sign in to comment.