1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

chore: formatting

This commit is contained in:
RGBCube 2025-02-28 19:13:31 +03:00
parent 7ef87ccfcd
commit 5f98d2c3b9
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ in {
});
in self.nixosConfigurations
|> mapAttrsToList configToScrapeConfig
|> flatten;
|> mapAttrsToList configToScrapeConfig
|> flatten;
};
}