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": { "master": {
"locked": { "locked": {
"lastModified": 1713590758, "lastModified": 1713766410,
"narHash": "sha256-gMZU7ZWEDiiM8/a1UcR79+C46qVoZiVZ+V9XjZFrJzA=", "narHash": "sha256-fsBet/tJ0bzNozs/G8LCI6IkVD+3CQUZlC5X2FGICsE=",
"owner": "akr2002", "owner": "akr2002",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3e5b4b5183a1d8b4bb648d7581aba76b50c31846", "rev": "3d15294e9f157102b546a2cbd258eddacbfc5ea2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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