chore(flake): add formatter to shell
This commit is contained in:
parent
b1ef87350d
commit
7b078cb32b
1 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
perSystem = {
|
||||
pkgs,
|
||||
system,
|
||||
self',
|
||||
...
|
||||
}: {
|
||||
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||
|
@ -25,9 +26,10 @@
|
|||
devShells.default = with pkgs;
|
||||
mkShellNoCC {
|
||||
packages = [
|
||||
just
|
||||
statix
|
||||
agenix.packages.${system}.default
|
||||
just
|
||||
self'.formatter
|
||||
statix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue