Skip to content

Commit

Permalink
nix: speedup eval
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Apr 19, 2024
1 parent 602bdee commit 169a2e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ self: {
lib,
pkgs,
...
}:
with lib; {
meta.maintainers = [maintainers.isabelroses];
}: let
inherit (lib) mkIf types mkOption mkEnableOption concatStringsSep;
in {
meta.maintainers = [lib.maintainers.isabelroses];

options.programs.izrss = {
enable = mkEnableOption "A fast and once simple cli todo tool";
Expand Down

0 comments on commit 169a2e9

Please # to comment.