Added pre-commit package to development suite
This commit is contained in:
parent
b6d07f92d5
commit
74c7294359
|
@ -27,5 +27,9 @@ in {
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
pre-commit
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue