modules/programs: remove unused arguments

This commit is contained in:
2024-09-02 10:26:42 +00:00
parent 1b959272a1
commit 4328a7ddf3
2 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, options, pkgs, sane-lib, utils, ... }: { config, lib, options, pkgs, sane-lib, ... }:
let let
saneCfg = config.sane; saneCfg = config.sane;
cfg = config.sane.programs; cfg = config.sane.programs;

View File

@@ -8,11 +8,8 @@
linkFarm, linkFarm,
makeWrapper, makeWrapper,
runCommandLocal, runCommandLocal,
runtimeShell,
sanebox, sanebox,
symlinkJoin,
writeShellScriptBin, writeShellScriptBin,
writeTextFile,
xorg, xorg,
}: }:
let let