mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-10 15:48:20 +02:00
switch to nixfmt
This commit is contained in:
committed by
mergify[bot]
parent
d7c7acb065
commit
ada004ff16
@ -1,4 +1,9 @@
|
||||
{ self, lib, config, ... }:
|
||||
{
|
||||
self,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
nixosVars = builtins.fromJSON (builtins.readFile ./nixos-vars.json);
|
||||
in
|
||||
|
Reference in New Issue
Block a user