mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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": {
|
"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": {
|
||||||
|
|
|
@ -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
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue