Skip to content

Commit

Permalink
home: fix some nixf(sema-escaping-with) warning
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Apr 29, 2024
1 parent 6a9e343 commit 8b5313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/modules/tex.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, pkgs, config, ... }:
with lib;
let
cfg = config.inclyc.tex;
inherit (lib) mkEnableOption mkIf;
in
{
options = {
Expand Down
2 changes: 1 addition & 1 deletion home/modules/user.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, lib, ... }:
with lib;
let
cfg = config.inclyc.user;
inherit (lib) mkOption types;
in
{
options = {
Expand Down

0 comments on commit 8b5313f

Please sign in to comment.