···797798 config = mkIf cfg.enable (mkMerge [
799 { warnings = let
800- latest = 28;
801 upgradeWarning = major: nixos:
802 ''
803 A legacy Nextcloud install (from before NixOS ${nixos}) may be installed.
···797798 config = mkIf cfg.enable (mkMerge [
799 { warnings = let
800+ latest = 29;
801 upgradeWarning = major: nixos:
802 ''
803 A legacy Nextcloud install (from before NixOS ${nixos}) may be installed.
+1-1
pkgs/applications/audio/keyfinder-cli/default.nix
···26 used to estimate the musical key of many different audio formats.
27 '';
28 license = licenses.gpl3Plus;
29- platforms = platforms.linux;
30 mainProgram = "keyfinder-cli";
31 };
32}
···26 used to estimate the musical key of many different audio formats.
27 '';
28 license = licenses.gpl3Plus;
29+ platforms = platforms.unix;
30 mainProgram = "keyfinder-cli";
31 };
32}
···32 # https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/ollama/default.nix
3334 pname = "tabby";
35- version = "0.11.0";
363738 availableAccelerations = flatten [
···78 # to use a specific device type as it is relying on llama-cpp only being
79 # built to use one type of device.
80 #
81- # See: https://github.com/TabbyML/tabby/blob/v0.11.0/crates/llama-cpp-bindings/include/engine.h#L20
82 #
83 llamaccpPackage = llama-cpp.override {
84 rocmSupport = enableRocm;
···108 owner = "TabbyML";
109 repo = "tabby";
110 rev = "v${version}";
111- hash = "sha256-7PHCvI2/QSFVs6SAXrx8rohU5Wu8QRaqsI1CimnUGQY=";
112 fetchSubmodules = true;
113 };
114
···32 # https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/ollama/default.nix
3334 pname = "tabby";
35+ version = "0.11.1";
363738 availableAccelerations = flatten [
···78 # to use a specific device type as it is relying on llama-cpp only being
79 # built to use one type of device.
80 #
81+ # See: https://github.com/TabbyML/tabby/blob/v0.11.1/crates/llama-cpp-bindings/include/engine.h#L20
82 #
83 llamaccpPackage = llama-cpp.override {
84 rocmSupport = enableRocm;
···108 owner = "TabbyML";
109 repo = "tabby";
110 rev = "v${version}";
111+ hash = "sha256-OgAE526aW3mVqf6fVmBmL5/B4gH9B54QLEITQk9Kgsg=";
112 fetchSubmodules = true;
113 };
114