Use newer nixfmt
Some checks failed
/ test (push) Failing after 36s

This commit is contained in:
Andrea Ciceri 2024-09-20 11:24:06 +02:00
parent 6c0376da29
commit 4980df6f75
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 48 additions and 63 deletions

View file

@ -1,9 +1,5 @@
{inputs, ...}: {
perSystem = {
pkgs,
config,
...
}: {
{
perSystem = { pkgs, config, ... }: {
devShells.default = pkgs.mkShell {
name = "fleet-shell";
buildInputs = with pkgs; [