treewide: remove file-wide with lib; in nixos/modules/programs

This commit is contained in:
Acid Bong
2024-04-17 14:37:58 +03:00
parent 861f29655c
commit 49f6869f71
118 changed files with 1053 additions and 1269 deletions

View File

@@ -1,11 +1,9 @@
{ config, lib, pkgs, ... }:
with lib;
{
imports = [
(mkRemovedOptionModule [ "programs" "oblogout" ] "programs.oblogout has been removed from NixOS. This is because the oblogout repository has been archived upstream.")
(lib.mkRemovedOptionModule [ "programs" "oblogout" ] "programs.oblogout has been removed from NixOS. This is because the oblogout repository has been archived upstream.")
];
}