mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 18:57:08 +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:
commit
2ae24bcafd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue