rm ollama

This commit is contained in:
Aditya 2024-04-22 11:52:02 +05:30
parent 5d018f3407
commit c92794bf3e
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 11 additions and 15 deletions

View file

@ -156,11 +156,11 @@
},
"master": {
"locked": {
"lastModified": 1713590758,
"narHash": "sha256-gMZU7ZWEDiiM8/a1UcR79+C46qVoZiVZ+V9XjZFrJzA=",
"lastModified": 1713766410,
"narHash": "sha256-fsBet/tJ0bzNozs/G8LCI6IkVD+3CQUZlC5X2FGICsE=",
"owner": "akr2002",
"repo": "nixpkgs",
"rev": "3e5b4b5183a1d8b4bb648d7581aba76b50c31846",
"rev": "3d15294e9f157102b546a2cbd258eddacbfc5ea2",
"type": "github"
},
"original": {

View file

@ -1,14 +1,10 @@
{pkgs, ...}: {
environment.systemPackages =
(with pkgs; [
vim
wget
git
nh
nix-output-monitor
nvd
])
++ (with pkgs.masterPkgs; [
ollama
]);
environment.systemPackages = with pkgs; [
vim
wget
git
nh
nix-output-monitor
nvd
];
}