Skip to content

Commit

Permalink
Update flake inputs and nvfetch sources
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 18, 2024
1 parent d905f31 commit e3cc22b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 51 deletions.
9 changes: 2 additions & 7 deletions cells/common/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,15 @@

commands = [
{
name = "fet";
name = "fetch";
help = "Fetch latest sources with nvfetcher";
command = "nvfetcher -o nvfetcher";
}
{
name = "upd";
name = "update";
help = "Update flake inputs.";
command = "nix flake update";
}
{
name = "fmt";
help = "Format code with treefmt";
command = "treefmt";
}
];
};
}
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions nvfetcher/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"oh-my-rime": {
"cargoLocks": null,
"date": "2024-06-12",
"date": "2024-06-15",
"extract": null,
"name": "oh-my-rime",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "Mintimate",
"repo": "oh-my-rime",
"rev": "a745d57846af608921bb2806a16bbe0981ac6322",
"sha256": "sha256-JMLCOtHhN8/IkFXrGFKG3VHfTlBkHJT3TXNVj+/YJsI=",
"rev": "930b768f77f313309c38da37576c956e6f06abbe",
"sha256": "sha256-NE0LOTdC2kZTGHi4nFqCUg02BcYGbdOESR3UBHNk+ZY=",
"type": "github"
},
"version": "a745d57846af608921bb2806a16bbe0981ac6322"
"version": "930b768f77f313309c38da37576c956e6f06abbe"
},
"ollama": {
"cargoLocks": null,
Expand All @@ -73,11 +73,11 @@
"name": null,
"owner": "ollama",
"repo": "ollama",
"rev": "v0.1.43",
"sha256": "sha256-cIPFKaOzqnJUCj6Sx5OZCyQGp+tRir+QH5Ho5hHQnSc=",
"rev": "v0.1.44",
"sha256": "sha256-dnNuJ1a0C2jNEKBbm47QUGbbQwa2vpy1EYYgm9ZS2C4=",
"type": "github"
},
"version": "v0.1.43"
"version": "v0.1.44"
},
"rime-ice": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions nvfetcher/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
};
oh-my-rime = {
pname = "oh-my-rime";
version = "a745d57846af608921bb2806a16bbe0981ac6322";
version = "930b768f77f313309c38da37576c956e6f06abbe";
src = fetchFromGitHub {
owner = "Mintimate";
repo = "oh-my-rime";
rev = "a745d57846af608921bb2806a16bbe0981ac6322";
rev = "930b768f77f313309c38da37576c956e6f06abbe";
fetchSubmodules = false;
sha256 = "sha256-JMLCOtHhN8/IkFXrGFKG3VHfTlBkHJT3TXNVj+/YJsI=";
sha256 = "sha256-NE0LOTdC2kZTGHi4nFqCUg02BcYGbdOESR3UBHNk+ZY=";
};
date = "2024-06-12";
date = "2024-06-15";
};
ollama = {
pname = "ollama";
version = "v0.1.43";
version = "v0.1.44";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama";
rev = "v0.1.43";
rev = "v0.1.44";
fetchSubmodules = false;
sha256 = "sha256-cIPFKaOzqnJUCj6Sx5OZCyQGp+tRir+QH5Ho5hHQnSc=";
sha256 = "sha256-dnNuJ1a0C2jNEKBbm47QUGbbQwa2vpy1EYYgm9ZS2C4=";
};
};
rime-ice = {
Expand Down

0 comments on commit e3cc22b

Please sign in to comment.