modules/programs: remove unused arguments
This commit is contained in:
@@ -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;
|
||||||
|
@@ -8,11 +8,8 @@
|
|||||||
linkFarm,
|
linkFarm,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
runCommandLocal,
|
runCommandLocal,
|
||||||
runtimeShell,
|
|
||||||
sanebox,
|
sanebox,
|
||||||
symlinkJoin,
|
|
||||||
writeShellScriptBin,
|
writeShellScriptBin,
|
||||||
writeTextFile,
|
|
||||||
xorg,
|
xorg,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
Reference in New Issue
Block a user