Skip to content

Commit

Permalink
Update from sakamoto
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Nov 22, 2023
1 parent b088196 commit 6caf7cc
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 68 deletions.
22 changes: 11 additions & 11 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"name": null,
"owner": "AstroNvim",
"repo": "AstroNvim",
"rev": "v3.37.12",
"sha256": "sha256-cC1isyscpvNQ07n/Eb6rlfvuQ/K+7mCjdGJq4m/PUHk=",
"rev": "v3.38.0",
"sha256": "sha256-cxzs52iIkCWkzLk5uoYunbyiher+6ZTyACUT7vxQN6Y=",
"type": "github"
},
"version": "v3.37.12"
"version": "v3.38.0"
},
"catppuccin-bat": {
"cargoLocks": null,
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"catppuccin-gitui": {
"cargoLocks": null,
"date": "2023-06-21",
"date": "2023-11-13",
"extract": null,
"name": "catppuccin-gitui",
"passthru": null,
Expand All @@ -113,11 +113,11 @@
"name": null,
"owner": "catppuccin",
"repo": "gitui",
"rev": "3c97c7af7247b1e0f4366a4d8fab650bcce54100",
"sha256": "sha256-m6Tjch6A2ZPZ3/muvb/9sEAQUZfjnWqcwyhNVeqPS2c=",
"rev": "39978362b2c88b636cacd55b65d2f05c45a47eb9",
"sha256": "sha256-kWaHQ1+uoasT8zXxOxkur+QgZu1wLsOOrP/TL+6cfII=",
"type": "github"
},
"version": "3c97c7af7247b1e0f4366a4d8fab650bcce54100"
"version": "39978362b2c88b636cacd55b65d2f05c45a47eb9"
},
"catppuccin-starship": {
"cargoLocks": null,
Expand Down Expand Up @@ -176,7 +176,7 @@
},
"rime-ice": {
"cargoLocks": null,
"date": "2023-11-06",
"date": "2023-11-14",
"extract": null,
"name": "rime-ice",
"passthru": null,
Expand All @@ -188,10 +188,10 @@
"name": null,
"owner": "iDvel",
"repo": "rime-ice",
"rev": "77d4d8c4270889ca39b4423f9bf9fc8a35f79fa2",
"sha256": "sha256-wh6heVtMSMkzuL4D5Szghm3IyopeNEYzPM/q1Ulsch4=",
"rev": "db2375b0d9dba21247da4e5dd58c3d36c56c2b5a",
"sha256": "sha256-AXUFFa+aJDJm0FsSfsnheJNj2tGMjwNc54BAI0Oojzw=",
"type": "github"
},
"version": "77d4d8c4270889ca39b4423f9bf9fc8a35f79fa2"
"version": "db2375b0d9dba21247da4e5dd58c3d36c56c2b5a"
}
}
22 changes: 11 additions & 11 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}: {
astronvim = {
pname = "astronvim";
version = "v3.37.12";
version = "v3.38.0";
src = fetchFromGitHub {
owner = "AstroNvim";
repo = "AstroNvim";
rev = "v3.37.12";
rev = "v3.38.0";
fetchSubmodules = false;
sha256 = "sha256-cC1isyscpvNQ07n/Eb6rlfvuQ/K+7mCjdGJq4m/PUHk=";
sha256 = "sha256-cxzs52iIkCWkzLk5uoYunbyiher+6ZTyACUT7vxQN6Y=";
};
};
catppuccin-bat = {
Expand Down Expand Up @@ -66,15 +66,15 @@
};
catppuccin-gitui = {
pname = "catppuccin-gitui";
version = "3c97c7af7247b1e0f4366a4d8fab650bcce54100";
version = "39978362b2c88b636cacd55b65d2f05c45a47eb9";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "gitui";
rev = "3c97c7af7247b1e0f4366a4d8fab650bcce54100";
rev = "39978362b2c88b636cacd55b65d2f05c45a47eb9";
fetchSubmodules = false;
sha256 = "sha256-m6Tjch6A2ZPZ3/muvb/9sEAQUZfjnWqcwyhNVeqPS2c=";
sha256 = "sha256-kWaHQ1+uoasT8zXxOxkur+QgZu1wLsOOrP/TL+6cfII=";
};
date = "2023-06-21";
date = "2023-11-13";
};
catppuccin-starship = {
pname = "catppuccin-starship";
Expand Down Expand Up @@ -110,14 +110,14 @@
};
rime-ice = {
pname = "rime-ice";
version = "77d4d8c4270889ca39b4423f9bf9fc8a35f79fa2";
version = "db2375b0d9dba21247da4e5dd58c3d36c56c2b5a";
src = fetchFromGitHub {
owner = "iDvel";
repo = "rime-ice";
rev = "77d4d8c4270889ca39b4423f9bf9fc8a35f79fa2";
rev = "db2375b0d9dba21247da4e5dd58c3d36c56c2b5a";
fetchSubmodules = false;
sha256 = "sha256-wh6heVtMSMkzuL4D5Szghm3IyopeNEYzPM/q1Ulsch4=";
sha256 = "sha256-AXUFFa+aJDJm0FsSfsnheJNj2tGMjwNc54BAI0Oojzw=";
};
date = "2023-11-06";
date = "2023-11-14";
};
}
86 changes: 43 additions & 43 deletions flake.lock

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

2 changes: 1 addition & 1 deletion src/commonProfiles/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with builtins // lib; {
environment.systemPackages =
(with pkgs; [
cachix
clash
clash-meta
curl
duf
eza
Expand Down
1 change: 0 additions & 1 deletion src/homeProfiles/lang/c.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}:
with builtins // lib; {
home.packages = with pkgs; [
bazel
clang-tools
cmake
gcc
Expand Down
2 changes: 1 addition & 1 deletion src/homeProfiles/shell/combined.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ with builtins // lib; {
(with pkgs; [
_1password
cachix
clash
clash-meta
code-minimap
curl
du-dust
Expand Down

0 comments on commit 6caf7cc

Please sign in to comment.