0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

treewide: remove unused lib (and other) arguments

This commit is contained in:
Sigmanificient 2024-07-17 05:26:36 +02:00
parent da8fd5be9f
commit 6dd44107ac
141 changed files with 120 additions and 218 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, modulesPath, ... }:
{ modulesPath, ... }:
{
imports =

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, modulesPath, ... }:
{ modulesPath, ... }:
{
imports =