switch to nixfmt

This commit is contained in:
Jörg Thalheim
2024-09-28 16:15:00 +02:00
committed by mergify[bot]
parent d7c7acb065
commit ada004ff16
14 changed files with 188 additions and 130 deletions

View File

@ -1,4 +1,9 @@
{ self, lib, config, ... }:
{
self,
lib,
config,
...
}:
let
nixosVars = builtins.fromJSON (builtins.readFile ./nixos-vars.json);
in