Remove unused module inputs

This commit is contained in:
Andrew Kvalheim 2024-01-03 07:43:25 -08:00
parent 6a3bd1b4c0
commit ea22186cd5
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ lib, pkgs, ... }:
let
inherit (lib) makeBinPath;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ lib, pkgs, ... }:
{
imports = [ ../../packages/nixpkgs-issue-55674.nix ];

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ lib, ... }:
let
inherit (lib) mkOption;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
let
inherit (builtins) readFile;