Skip to content

Commit

Permalink
Switch to alejandra formatter for nix expressions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thelegy committed Sep 17, 2023
1 parent cfac118 commit 25941b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5060d21d558068486fd5b743b2f5db21264bab23
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

checks.x86_64-linux = import ./checks "x86_64-linux" flakes;

formatter = nixpkgs.lib.mapAttrs (x: x.alejandra) nixpkgs.legacyPackages;

legacyPackages = with nixpkgs.lib;
genAttrs systems.flakeExposed (system: let
pkgs = import nixpkgs {
Expand Down

0 comments on commit 25941b5

Please sign in to comment.