Skip to content

Commit

Permalink
Testing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Dec 4, 2024
1 parent e03dd19 commit 93d96b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

- run: nix fmt -- --check
- run: nix fmt -- --check .
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"aarch64-linux" # 64-bit ARM Linux
"x86_64-darwin" # 64-bit Intel macOS
"aarch64-darwin" # 64-bit ARM macOS
];
];

# Helper to provide system-specific attributes
forAllSystems = f:
Expand Down

0 comments on commit 93d96b4

Please sign in to comment.