Skip to content

Commit

Permalink
feat(dev): add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xorilog committed May 11, 2021
1 parent 0871ef5 commit 13b0c78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions users/xophe/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
./go.nix
./nix.nix
./python.nix
./pre-commit.nix
];

home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];
Expand Down
7 changes: 7 additions & 0 deletions users/xophe/dev/pre-commit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ pkgs, ... }:

{
home.packages = with pkgs; [
pre-commit
];
}

0 comments on commit 13b0c78

Please sign in to comment.