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
saneCfg = config.sane;
cfg = config.sane.programs;

View File

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