treewide: remove unused with
Auto-fixed by nixf-diagnose.
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
cfg = config.programs.fuse;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.programs.fuse = {
|
||||
enable = lib.mkEnableOption "fuse" // {
|
||||
|
||||
@@ -78,5 +78,5 @@ in
|
||||
environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ let
|
||||
cfg = config.programs.labwc;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.programs.labwc = {
|
||||
enable = lib.mkEnableOption "labwc";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
genFinalPackage =
|
||||
pkg: args:
|
||||
let
|
||||
expectedArgs = with lib; lib.naturalSort (lib.attrNames args);
|
||||
expectedArgs = lib.naturalSort (lib.attrNames args);
|
||||
existingArgs =
|
||||
with lib;
|
||||
naturalSort (intersectLists expectedArgs (attrNames (functionArgs pkg.override)));
|
||||
|
||||
@@ -204,5 +204,5 @@ in
|
||||
]
|
||||
);
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user