Skip to content

Commit

Permalink
ref: get rid of unnecessary destructured inputs in flake's perSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed May 25, 2024
1 parent d6514c0 commit 1695af3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
./nix/package
];

perSystem = {
pkgs,
system,
lib,
...
}: {
perSystem = {pkgs, ...}: {
formatter = pkgs.alejandra;

imports = [./nix/shell];
Expand Down

0 comments on commit 1695af3

Please sign in to comment.