treewide: fix nixf-diagnose

This commit is contained in:
Felix Buehler 2026-01-23 23:46:22 +01:00
parent a16d497ebb
commit 8556ec442f
3 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
let let

View file

@ -1,6 +1,7 @@
{ {
config, config,
lib, lib,
...
}: }:
let let
cfg = config.my.profiles.core; cfg = config.my.profiles.core;