Revert "ci: disable treefmt check"

This reverts commit a6370158ad.
This commit is contained in:
zimbatm 2023-01-08 18:58:51 +01:00
parent 5366cffee7
commit ff6a71e857
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,6 @@ let
];
nixpkgs-update-github-releases' = "${nixpkgs-update-github-releases}/main.py";
nixpkgs-update-pypi-releases' = "${nixpkgs-update-pypi-releases}/main.py";
mkWorker = name: {
after = [ "network-online.target" ];

2
ci.nix
View file

@ -12,4 +12,4 @@ in
# FIXME: maybe find a more generic solution here?
devShell-x86_64 = self.outputs.devShells.x86_64-linux.default;
devShell-aarch64 = self.outputs.devShells.aarch64-linux.default;
}# // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...
} // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...