Skip to content

Commit

Permalink
style: nixpkgs-fmt -> nixfmt
Browse files Browse the repository at this point in the history
follows nixos RFC 166. closes #127
  • Loading branch information
getchoo committed May 21, 2024
1 parent 97d41ba commit 16f9662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
};
});

formatter = forAllSystems (pkgs: pkgs.nixpkgs-fmt);
formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);

packages = forAllSystems ({ lib, pkgs, system, ... }:
let
Expand Down

0 comments on commit 16f9662

Please sign in to comment.