fix: ollama defined twice different version bug

This commit is contained in:
2026-04-13 12:00:50 -04:00
parent 4c525f9335
commit fb8e597a43
2 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,13 @@
modules = [
./configuration.nix
home-manager.nixosModules.home-manager
{
nixpkgs.overlays = [
(final: prev: {
ollama = nixpkgs-unstable.legacyPackages.${prev.system}.ollama;
})
];
}
];
};
};