mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
rm ollama
This commit is contained in:
parent
5d018f3407
commit
c92794bf3e
2 changed files with 11 additions and 15 deletions
|
@ -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": {
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
git
|
||||
nh
|
||||
nix-output-monitor
|
||||
nvd
|
||||
])
|
||||
++ (with pkgs.masterPkgs; [
|
||||
ollama
|
||||
]);
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue