Skip to content

Commit

Permalink
fix: wtf is lib
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Feb 17, 2025
1 parent e0e6ff7 commit 2addc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
options,
config,
pkgs,
lib,
...
}: let
cfg = config.services.nixos-cli;
nixosCfg = config.system.nixos;

inherit (pkgs) lib;
inherit (lib) types;

packages = import ./default.nix {inherit pkgs;};
Expand Down

0 comments on commit 2addc2c

Please sign in to comment.