some linting

This commit is contained in:
Henri Dohmen 2025-12-23 23:16:26 +01:00
parent d778875a1b
commit 51e7ad82d1
Signed by: hd
GPG key ID: AB79213B044674AE
18 changed files with 12 additions and 23 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }@inputs:
{ ... }@inputs:
let
inputs' = inputs // {
var = outputs;

View file

@ -44,5 +44,5 @@ rec {
ips =
with builtins;
mapAttrs (name: value: head (lib.splitString "/" (head value.ips))) wireguard-network;
mapAttrs (_: value: head (lib.splitString "/" (head value.ips))) wireguard-network;
}