treewide: run nixf-diagnose

This commit is contained in:
Felix Buehler 2025-11-10 23:51:54 +01:00
parent b3e79575d1
commit bf0e0ace13
12 changed files with 2 additions and 13 deletions

View file

@ -116,7 +116,7 @@
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
inputsFrom = [ config.pre-commit.devShell ]; inputsFrom = [ config.pre-commit.devShell ];
nativeBuildInputs = with pkgs; [ nativeBuildInputs = [
# inputs'.nix.packages.nix # inputs'.nix.packages.nix
inputs'.sops-nix.packages.sops-import-keys-hook inputs'.sops-nix.packages.sops-import-keys-hook
inputs'.disko.packages.disko inputs'.disko.packages.disko

View file

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

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { inputs, ... }:
{ {
nix = { nix = {
daemonCPUSchedPolicy = "idle"; daemonCPUSchedPolicy = "idle";

View file

@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
... ...
}: }:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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