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

Merge pull request #1011 from nklmilojevic/chore/no-ref/deprecation-removal

chore: removing deprecations for 25.05 nix
This commit is contained in:
Michael Hoang 2024-07-22 23:34:49 +10:00 committed by GitHub
commit 2ae24bcafd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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