chore(flake): add nixfmt to shell

This commit is contained in:
uku 2024-12-26 16:00:01 +01:00
parent 48c9c0206a
commit 1344386e8a
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -23,7 +23,6 @@
{ {
pkgs, pkgs,
system, system,
self',
... ...
}: }:
{ {
@ -32,7 +31,7 @@
agenix.packages.${system}.default agenix.packages.${system}.default
just just
nh nh
self'.formatter nixfmt-rfc-style
statix statix
]; ];
}; };