1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

chore: removing deprecations for 25.05 nix

This commit is contained in:
Nikola Milojević 2024-07-22 13:37:17 +02:00
parent 33bf7df5bb
commit 199cf34012
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
pkgs,
...
}: let
inherit (lib) maintainers mkEnableOption mkIf mkPackageOptionMD mkOption types;
inherit (lib) maintainers mkEnableOption mkIf mkPackageOption mkOption types;
cfg = config.services.jankyborders;
joinStrings = strings: builtins.concatStringsSep "," strings;
@ -24,7 +24,7 @@ in {
options.services.jankyborders = {
enable = mkEnableOption "Enable the jankyborders service.";
package = mkPackageOptionMD pkgs "jankyborders" {};
package = mkPackageOption pkgs "jankyborders" {};
width = mkOption {
type = types.float;