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 = {
|
perSystem = {
|
||||||
pkgs,
|
pkgs,
|
||||||
system,
|
system,
|
||||||
|
self',
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
apps = (nixinate.nixinate.${system} self).nixinate;
|
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||||
|
@ -25,9 +26,10 @@
|
||||||
devShells.default = with pkgs;
|
devShells.default = with pkgs;
|
||||||
mkShellNoCC {
|
mkShellNoCC {
|
||||||
packages = [
|
packages = [
|
||||||
just
|
|
||||||
statix
|
|
||||||
agenix.packages.${system}.default
|
agenix.packages.${system}.default
|
||||||
|
just
|
||||||
|
self'.formatter
|
||||||
|
statix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue