Skip to content

Commit

Permalink
refactor(lib): purge with clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 14, 2024
1 parent 023fdad commit e8759a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/module/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib, ... }:

with lib;
let
inherit (lib) mkOption;
in
{
mkOpt =
type: default: description:
Expand Down

0 comments on commit e8759a1

Please sign in to comment.