Skip to content

Commit

Permalink
fix #1024
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 21, 2024
1 parent 56f4ea9 commit 89fa20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/integrations/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
enterTest = ''
pre-commit run -a
'';
packages = [ config.pre-commit.package ] ++ config.pre-commit.enabledPackages;
packages = [ config.pre-commit.package ] ++ (config.pre-commit.enabledPackages or [ ]);
enterShell = config.pre-commit.installationScript;
};
}

0 comments on commit 89fa20a

Please sign in to comment.